Small fixes to ical_dezonify() and its helper functions
authorArt Cancro <ajc@citadel.org>
Fri, 11 May 2007 20:58:14 +0000 (20:58 +0000)
committerArt Cancro <ajc@citadel.org>
Fri, 11 May 2007 20:58:14 +0000 (20:58 +0000)
commitf9f3d96f461ddf73c50b7c04503dba4c0f8608b8
tree1aef81198f780b15cbfd8fca1b698cc65edab4ac
parenta7154f34bec572080b66f0be7df9f717a11b39fc
Small fixes to ical_dezonify() and its helper functions
to handle properties that are declared 'TZID=GMT' which is a valid
but unorthodox way of declaring that the property is UTC/GMT.  The
functions now detect this style of declaration and automatically
converts to 'Z syntax'.  Calendar events created or modified by the
Outlook connector now show up in WebCit with the correct time.
citadel/ical_dezonify.c