timezone Field (urn:schemas:calendar:)
Topic Last Modified: 2006-06-13
The timezone field specifies the time zone of an appointment or meeting. This field enables you to define time zones that are not defined by the CdoTimeZoneId Enum. If you specify this field, the timezoneid Field is ignored.
For appointments that are received as iCalendar messages, this value is taken from the VTIMEZONE calendar component of the appointment.
Full Name
urn:schemas:calendar:timezone
Content Class
Named Constant
CdoCalendar.cdoTimeZoneURN
Variant Subtype
String
BSTR
OLE DB Type
DBTYPE_WSTR
Example
BEGIN:VTIMEZONE
TZID:Same as Pacific Time
BEGIN:STANDARD
DTSTART:16010101T020000
TZOFFSETFROM:-0700
TZOFFSETTO:-0800
RRULE:FREQ=YEARLY;WKST=MO;INTERVAL=1;BYMONTH=10;BYDAY=-1SU
END:STANDARD
BEGIN:DAYLIGHT
DTSTART:16010101T020000
TZOFFSETFROM:-0800
TZOFFSETTO:-0700
RRULE:FREQ=YEARLY;WKST=MO;INTERVAL=1;BYMONTH=4;BYDAY=1SU
END:DAYLIGHT
END:VTIMEZONE