display_name Property

Provides the display name of the calendar being created.

Syntax

def get_display_name() -> str: ...
def set_display_name(value: str) -> None: ...

display_name = property(get_display_name, set_display_name)

Default Value

""

Remarks

This property provides the name to be displayed for a calendar. This may or may not be defined on any calendar collection. It should be set before creating a new calendar collection via the create_calendar method.

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