retrieving data of a shared calendar (was: [kronolith] missing
entries in horde summary screen)
Marc Haenle
lists@inworld.de
Thu Nov 14 12:13:50 2002
Quoting Marc Fellman <mfellman@xs4all.nl>:
> Sorry those entries appear to be the shared calendar that doesn't
> work anymore :-(
>
> Is there a way to retreive the data of the shared calendar's and
> import htem in another agenda?
using mysql?
# mysql horde
> update kronolith_events
> set calendar_id='yourid@your.do.main'
> where calendar_id='32f9dc4e874be5308813fe965b6ab520'
is an example to retrieve data of a shared calendar.
To get your specific IDs you have to look at your database:
> desc kronolith_events;
> select calendar_id from kronolith_events;
> select calendar_id,event_description from kronolith_events;
etc.
bye
Marc2:)
More information about the kronolith
mailing list