extract_msg.structures.time_zone_definition Module

Module contents

class extract_msg.structures.time_zone_definition.TimeZoneDefinition(data: bytes | None = None)[source]

Bases: object

Structure for PidLidAppointmentTimeZoneDefinitionRecur from [MS-OXOCAL].

toBytes() bytes[source]
property keyName: str

The name of the associated time zone.

Not localized but instead set to the unique name of the desired time zone.

property majorVersion: int

The major version.

property minorVersion: int

The minor version.

property rules: List[TZRule]

A tuple of TZRule structures that specifies a time zone.