imip-agent

Changeset

816:03b19593fcbf
2015-10-08 Paul Boddie raw files shortlog changelog graph Added timezone-related section types.
vCalendar.py (file)
     1.1 --- a/vCalendar.py	Wed Oct 07 17:42:29 2015 +0200
     1.2 +++ b/vCalendar.py	Thu Oct 08 16:06:20 2015 +0200
     1.3 @@ -44,7 +44,8 @@
     1.4  # Format details.
     1.5  
     1.6  SECTION_TYPES = set([
     1.7 -    "VALARM", "VCALENDAR", "VEVENT", "VFREEBUSY", "VJOURNAL", "VTIMEZONE", "VTODO"
     1.8 +    "VALARM", "VCALENDAR", "VEVENT", "VFREEBUSY", "VJOURNAL", "VTIMEZONE", "VTODO",
     1.9 +    "DAYLIGHT", "STANDARD"
    1.10      ])
    1.11  QUOTED_PARAMETERS = set([
    1.12      "ALTREP", "DELEGATED-FROM", "DELEGATED-TO", "DIR", "MEMBER", "SENT-BY"