* UPDATE YOUR LIBICAL FROM SVN NOW.
[citadel.git] / citadel / modules / calendar / serv_calendar.c
index b1610c7fecaad4efce96041a7a8888f802ec3e7e..be7e47b68008b2b8b4627fdaf901b4f21974ed98 100644 (file)
@@ -2314,6 +2314,9 @@ CTDL_MODULE_INIT(calendar)
                /* Tell libical to return errors instead of aborting if it gets bad data */
                icalerror_errors_are_fatal = 0;
 
+               /* Use our own application prefix in tzid's generated from system tzdata */
+               icaltimezone_set_tzid_prefix("/citadel.org/");
+
                /* Initialize our hook functions */
                CtdlRegisterMessageHook(ical_obj_beforesave, EVT_BEFORESAVE);
                CtdlRegisterMessageHook(ical_obj_aftersave, EVT_AFTERSAVE);