FreebusyCalendarInfo.FreebusyCalendarInfo

FreebusyCalendarInfo()

Initializes a new instance of the FreebusyCalendarInfo class.

public FreebusyCalendarInfo()

See Also


FreebusyCalendarInfo(string, IEnumerable<ErrorDetails>)

Initializes a new instance of the FreebusyCalendarInfo class.

public FreebusyCalendarInfo(string calendarId, IEnumerable<ErrorDetails> errors)
ParameterTypeDescription
calendarIdStringCalendar Id
errorsIEnumerable`1Optional error(s) (if computation for the calendar failed).

See Also


FreebusyCalendarInfo(string, IEnumerable<Range>)

Initializes a new instance of the FreebusyCalendarInfo class.

public FreebusyCalendarInfo(string calendarId, IEnumerable<Range> busy)
ParameterTypeDescription
calendarIdStringCalendar Id
busyIEnumerable`1List of time ranges during which this calendar should be regarded as busy.

See Also


FreebusyCalendarInfo(string, IEnumerable<ErrorDetails>, IEnumerable<Range>)

Initializes a new instance of the FreebusyCalendarInfo class.

public FreebusyCalendarInfo(string calendarId, IEnumerable<ErrorDetails> errors, 
    IEnumerable<Range> busy)
ParameterTypeDescription
calendarIdStringCalendar Id
errorsIEnumerable`1Optional error(s) (if computation for the calendar failed).
busyIEnumerable`1List of time ranges during which this calendar should be regarded as busy.

See Also