FreebusyResponse.FreebusyResponse

FreebusyResponse()

Initializes a new instance of the FreebusyResponse class.

public FreebusyResponse()

See Also


FreebusyResponse(DateTime, DateTime)

Initializes a new instance of the FreebusyResponse class.

public FreebusyResponse(DateTime timeMin, DateTime timeMax)
ParameterTypeDescription
timeMinDateTimeThe start of the interval for the query.
timeMaxDateTimeThe end of the interval for the query.

See Also


FreebusyResponse(DateTime, DateTime, Dictionary<string, FreebusyGroupInfo>, Dictionary<string, FreebusyCalendarInfo>)

Initializes a new instance of the FreebusyResponse class.

public FreebusyResponse(DateTime timeMin, DateTime timeMax, 
    Dictionary<string, FreebusyGroupInfo> groups, 
    Dictionary<string, FreebusyCalendarInfo> calendars)
ParameterTypeDescription
timeMinDateTimeThe start of the interval for the query.
timeMaxDateTimeThe end of the interval for the query.
groupsDictionary`2Expansion of groups.
calendarsDictionary`2List of free/busy information for calendars.

See Also