Functions | |
| icaltimezone * | get_default_icaltimezone (void) |
| void | ical_dezonify_backend (icalcomponent *cal, icalcomponent *rcal, icalproperty *prop) |
| void | ical_dezonify_recurse (icalcomponent *cal, icalcomponent *rcal) |
| void | ical_dezonify (icalcomponent *cal) |
Everything here will work on both a fully encapsulated VCALENDAR component or any type of subcomponent.
| void ical_dezonify_backend | ( | icalcomponent * | cal, | |
| icalcomponent * | rcal, | |||
| icalproperty * | prop | |||
| ) |
< Component declared 'TZID=GMT' instead of using Z syntax
Definition at line 51 of file ical_dezonify.c.
References get_default_icaltimezone(), and lprintf().
Referenced by ical_dezonify_recurse().
1.5.2