# HG changeset patch # User Paul Boddie # Date 1444313180 -7200 # Node ID 03b19593fcbf8acae4d1fdfbeafc29a04e7f5d96 # Parent c64b593fa8535c1ab9d523516b38749fd9dddbbe Added timezone-related section types. diff -r c64b593fa853 -r 03b19593fcbf vCalendar.py --- a/vCalendar.py Wed Oct 07 17:42:29 2015 +0200 +++ b/vCalendar.py Thu Oct 08 16:06:20 2015 +0200 @@ -44,7 +44,8 @@ # Format details. SECTION_TYPES = set([ - "VALARM", "VCALENDAR", "VEVENT", "VFREEBUSY", "VJOURNAL", "VTIMEZONE", "VTODO" + "VALARM", "VCALENDAR", "VEVENT", "VFREEBUSY", "VJOURNAL", "VTIMEZONE", "VTODO", + "DAYLIGHT", "STANDARD" ]) QUOTED_PARAMETERS = set([ "ALTREP", "DELEGATED-FROM", "DELEGATED-TO", "DIR", "MEMBER", "SENT-BY"