FreebusyCalendarInfo

FreebusyCalendarInfo class

Defines list of free/busy information for specified calendar.

The FreebusyCalendarInfo type exposes the following members:

Constructors

NameDescription
FreebusyCalendarInfo()Initializes a new instance of the FreebusyCalendarInfo class.
FreebusyCalendarInfo(calendar_id, errors)Initializes a new instance of the FreebusyCalendarInfo class
FreebusyCalendarInfo(calendar_id, busy)Initializes a new instance of the FreebusyCalendarInfo class
FreebusyCalendarInfo(calendar_id, errors, busy)Initializes a new instance of the FreebusyCalendarInfo class

Properties

NameDescription
calendar_idCalendar Id
errorsOptional error(s) (if computation for the calendar failed).
busyList of time ranges during which this calendar should be regarded as busy.

See Also