description Property

Provides a complete description of the calendar event.

Syntax

def get_description() -> str: ...
def set_description(value: str) -> None: ...

description = property(get_description, set_description)

Default Value

""

Remarks

This property provides a more complete description of the event than is provided by the summary property. It is also used by the create_calendar method when creating a new calendar collection.

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