FreebusyQuery.FreebusyQuery
Contents
[
Hide
]FreebusyQuery()
Initializes a new instance of the FreebusyQuery class.
public FreebusyQuery()
See Also
- class FreebusyQuery
- namespace Aspose.Email.Clients.Google
- assembly Aspose.Email
FreebusyQuery(DateTime, DateTime, IEnumerable<string>)
Initializes a new instance of the FreebusyQuery class.
public FreebusyQuery(DateTime timeMin, DateTime timeMax, IEnumerable<string> items)
| Parameter | Type | Description |
|---|---|---|
| timeMin | DateTime | The end of the interval for the query. |
| timeMax | DateTime | The end of the interval for the query. |
| items | IEnumerable`1 | List of calendars and/or groups to query. Contains identifiers of a calendar or a group. |
See Also
- class FreebusyQuery
- namespace Aspose.Email.Clients.Google
- assembly Aspose.Email
FreebusyQuery(DateTime, DateTime, string, IEnumerable<string>)
Initializes a new instance of the FreebusyQuery class.
public FreebusyQuery(DateTime timeMin, DateTime timeMax, string timeZone, IEnumerable<string> items)
| Parameter | Type | Description |
|---|---|---|
| timeMin | DateTime | The end of the interval for the query. |
| timeMax | DateTime | The end of the interval for the query. |
| timeZone | String | Time zone used in the response. Optional. The default is UTC. |
| items | IEnumerable`1 | List of calendars and/or groups to query. Contains identifiers of a calendar or a group. |
See Also
- class FreebusyQuery
- namespace Aspose.Email.Clients.Google
- assembly Aspose.Email
FreebusyQuery(DateTime, DateTime, string, int?, int?, IEnumerable<string>)
Initializes a new instance of the FreebusyQuery class.
public FreebusyQuery(DateTime timeMin, DateTime timeMax, string timeZone, int? groupExpansionMax,
int? calendarExpansionMax, IEnumerable<string> items)
| Parameter | Type | Description |
|---|---|---|
| timeMin | DateTime | The end of the interval for the query. |
| timeMax | DateTime | The end of the interval for the query. |
| timeZone | String | Time zone used in the response. Optional. The default is UTC. |
| groupExpansionMax | Nullable`1 | Maximal number of calendar identifiers to be provided for a single group. Optional. An error will be returned for a group with more members than this value. |
| calendarExpansionMax | Nullable`1 | Maximal number of calendars for which FreeBusy information is to be provided. Optional. |
| items | IEnumerable`1 | List of calendars and/or groups to query. Contains identifiers of a calendar or a group. |
See Also
- class FreebusyQuery
- namespace Aspose.Email.Clients.Google
- assembly Aspose.Email
FreebusyQuery(DateTime, DateTime, params string[])
Initializes a new instance of the FreebusyQuery class.
public FreebusyQuery(DateTime timeMin, DateTime timeMax, params string[] items)
| Parameter | Type | Description |
|---|---|---|
| timeMin | DateTime | The end of the interval for the query. |
| timeMax | DateTime | The end of the interval for the query. |
| items | String[] | List of calendars and/or groups to query. Contains identifiers of a calendar or a group. |
See Also
- class FreebusyQuery
- namespace Aspose.Email.Clients.Google
- assembly Aspose.Email
FreebusyQuery(DateTime, DateTime, string, params string[])
Initializes a new instance of the FreebusyQuery class.
public FreebusyQuery(DateTime timeMin, DateTime timeMax, string timeZone, params string[] items)
| Parameter | Type | Description |
|---|---|---|
| timeMin | DateTime | The end of the interval for the query. |
| timeMax | DateTime | The end of the interval for the query. |
| timeZone | String | Time zone used in the response. Optional. The default is UTC. |
| items | String[] | List of calendars and/or groups to query. Contains identifiers of a calendar or a group. |
See Also
- class FreebusyQuery
- namespace Aspose.Email.Clients.Google
- assembly Aspose.Email
FreebusyQuery(DateTime, DateTime, string, int?, int?, params string[])
Initializes a new instance of the FreebusyQuery class.
public FreebusyQuery(DateTime timeMin, DateTime timeMax, string timeZone, int? groupExpansionMax,
int? calendarExpansionMax, params string[] items)
| Parameter | Type | Description |
|---|---|---|
| timeMin | DateTime | The end of the interval for the query. |
| timeMax | DateTime | The end of the interval for the query. |
| timeZone | String | Time zone used in the response. Optional. The default is UTC. |
| groupExpansionMax | Nullable`1 | Maximal number of calendar identifiers to be provided for a single group. Optional. An error will be returned for a group with more members than this value. |
| calendarExpansionMax | Nullable`1 | Maximal number of calendars for which FreeBusy information is to be provided. Optional. |
| items | String[] | List of calendars and/or groups to query. Contains identifiers of a calendar or a group. |
See Also
- class FreebusyQuery
- namespace Aspose.Email.Clients.Google
- assembly Aspose.Email