From BillHopper at mindspring.com Sat Feb 26 12:39:23 2011 From: BillHopper at mindspring.com (Bill Hopper) Date: Sat, 26 Feb 2011 06:39:23 -0500 Subject: [icalendar-dev] Sub-sub-components for VTIMEZONE Message-ID: <4D68E66B.1010707@mindspring.com> What I see in the RFC 2445 standard (and examples I've exported) for the VTIMEZONE component, it has sub-sections for STANDARD and DAYLIGHT, but these seem defined in icalendar.Timezone class simply as STANDARDC and DAYLIGHTC properties, which doesn't (for me, at least) generate complete BEGIN/END sections. Am I misunderstanding how these are supposed to work, or do we need to add classes for STANDARD and DAYLIGHT so VTIMEZONE's add_component method will nest their structures correctly? .....Bill