X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=webcit%2Fcalendar_tools.c;h=15f89ee35f26dfc320d07492d68ecbdce4361634;hb=658fd242bcac7270adcd0a881a5a2cfa06186685;hp=21b8e063f8f5ece9bf71e069e96c8ce0904c45cf;hpb=2bf2faa6b02e497fa0358428b15e924171a6c555;p=citadel.git diff --git a/webcit/calendar_tools.c b/webcit/calendar_tools.c index 21b8e063f..15f89ee35 100644 --- a/webcit/calendar_tools.c +++ b/webcit/calendar_tools.c @@ -218,10 +218,9 @@ void partstat_as_string(char *buf, icalproperty *attendee) { * Utility function to encapsulate a subcomponent into a full VCALENDAR. * * We also scan for any date/time properties that reference timezones, and attach - * those timezones along with the supplied subcomponent. (Yes, I used a fixed - * size array in order to avoid complexity. Increase the size if you think you - * need to, but if you're really referencing more than 5 time zones in a single - * calendar event, it probably means you're an idiot and deserve to lose.) + * those timezones along with the supplied subcomponent. (Increase the size of the array if you need to.) + * + * Note: if you change anything here, change it in Citadel server's ical_send_out_invitations() too. */ icalcomponent *ical_encapsulate_subcomponent(icalcomponent *subcomp) { icalcomponent *encaps;