]> code.citadel.org Git - citadel.git/blobdiff - citadel/serv_calendar.c
* Yet another attempt at making ical_dezonify() send outgoing calendar items
[citadel.git] / citadel / serv_calendar.c
index 2e8acf5a55b140086210cd267be61f64e8cbc6ef..018d2582155f1275c101761d1343f2df343aa248 100644 (file)
@@ -1127,7 +1127,8 @@ void ical_send_out_invitations(icalcomponent *cal) {
        /* Set the method to REQUEST */
        icalcomponent_set_method(encaps, ICAL_METHOD_REQUEST);
 
-       /* FIXME: here we need to insert a VTIMEZONE object. */
+       /* Now make sure all of the DTSTART and DTEND properties are UTC. */
+       ical_dezonify(the_request);
 
        /* Here we go: put the VEVENT into the VCALENDAR.  We now no longer
         * are responsible for "the_request"'s memory -- it will be freed