FreebusyResponse
Contents
[
Hide
]
FreebusyResponse constructor (1 of 3)
Initializes a new instance of the FreebusyResponse class.
public FreebusyResponse()
See Also
- class FreebusyResponse
- namespace Aspose.Email.Clients.Google
- assembly Aspose.Email
FreebusyResponse constructor (2 of 3)
Initializes a new instance of the FreebusyResponse class.
public FreebusyResponse(DateTime timeMin, DateTime timeMax)
Parameter | Type | Description |
---|---|---|
timeMin | DateTime | The start of the interval for the query. |
timeMax | DateTime | The end of the interval for the query. |
See Also
- class FreebusyResponse
- namespace Aspose.Email.Clients.Google
- assembly Aspose.Email
FreebusyResponse constructor (3 of 3)
Initializes a new instance of the FreebusyResponse class.
public FreebusyResponse(DateTime timeMin, DateTime timeMax,
Dictionary<string, FreebusyGroupInfo> groups,
Dictionary<string, FreebusyCalendarInfo> calendars)
Parameter | Type | Description |
---|---|---|
timeMin | DateTime | The start of the interval for the query. |
timeMax | DateTime | The end of the interval for the query. |
groups | Dictionary`2 | Expansion of groups. |
calendars | Dictionary`2 | List of free/busy information for calendars. |
See Also
- class FreebusyGroupInfo
- class FreebusyCalendarInfo
- class FreebusyResponse
- namespace Aspose.Email.Clients.Google
- assembly Aspose.Email