FreebusyResponse
FreebusyResponse class
Freebusy response
public class FreebusyResponse
Constructors
Name |
Description |
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
Name |
Description |
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
Name |
Description |
const KIND |
Type of the resource “calendar#freeBusy”. |
See Also