CalendarCollection

CalendarCollection class

Represents a collection of

The CalendarCollection type exposes the following members:

Methods

NameDescription
add(name)Adds a new base calendar to this CalendarCollection object and returns added calendar.
add(name, base_calendar)Adds a new base calendar to this CalendarCollection object and returns added calendar.
to_list()Converts the CalendarCollection object to a list of
get_by_uid(uid)Returns a calendar with the specified UID.
get_by_name(name)Returns a calendar with the specified name.

See Also