Small fixes to ical_dezonify() and its helper functions
authorArt Cancro <ajc@citadel.org>
Fri, 11 May 2007 20:38:53 +0000 (20:38 +0000)
committerArt Cancro <ajc@citadel.org>
Fri, 11 May 2007 20:38:53 +0000 (20:38 +0000)
commita7154f34bec572080b66f0be7df9f717a11b39fc
treed5d059f2d69368db35bba3e2d18371cffa880cd7
parentb83980667c0956fab2a534601d5c8b2866e00003
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.
webcit/ical_dezonify.c