Class FreebusyResponse

FreebusyResponse class

Freebusy response

public class FreebusyResponse

Constructors

NameDescription
FreebusyResponse()Initializes a new instance of the FreebusyResponse class.
FreebusyResponse(DateTime, DateTime)Initializes a new instance of the FreebusyResponse class.
FreebusyResponse(DateTime, DateTime, Dictionary<string, FreebusyGroupInfo>, Dictionary<string, FreebusyCalendarInfo>)Initializes a new instance of the FreebusyResponse class.

Properties

NameDescription
Calendars { get; }List of free/busy information for calendars.
Groups { get; }Expansion of groups.
TimeMax { get; set; }The end of the interval for the query.
TimeMin { get; set; }The start of the interval for the query.

Fields

NameDescription
const KINDType of the resource “calendar#freeBusy”.

See Also