timezone_id Property

This property specifies a text value that uniquely identifies this CalTimezone calendar class.

Syntax

def get_timezone_id() -> str: ...
def set_timezone_id(value: str) -> None: ...

timezone_id = property(get_timezone_id, set_timezone_id)

Default Value

""

Remarks

This property specifies a text value that uniquely identifies this CalTimezone calendar component.

Note: This document does not define a naming convention for time zone identifiers. Implementers may want to use the naming conventions defined in existing time zone specifications such as the public-domain TZ database [TZDB].

This property is required. If it is not present, no time zone information will be generated inside the MakeCalendar request.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 Python Edition - Version 20.0 [Build 8307]