FreebusyCalendarInfo.FreebusyCalendarInfo
Contents
[
Hide
]FreebusyCalendarInfo()
Initializes a new instance of the FreebusyCalendarInfo class.
public FreebusyCalendarInfo()
See Also
- class FreebusyCalendarInfo
- namespace Aspose.Email.Clients.Google
- assembly Aspose.Email
FreebusyCalendarInfo(string, IEnumerable<ErrorDetails>)
Initializes a new instance of the FreebusyCalendarInfo class.
public FreebusyCalendarInfo(string calendarId, IEnumerable<ErrorDetails> errors)
Parameter | Type | Description |
---|---|---|
calendarId | String | Calendar Id |
errors | IEnumerable`1 | Optional error(s) (if computation for the calendar failed). |
See Also
- class ErrorDetails
- class FreebusyCalendarInfo
- namespace Aspose.Email.Clients.Google
- assembly Aspose.Email
FreebusyCalendarInfo(string, IEnumerable<Range>)
Initializes a new instance of the FreebusyCalendarInfo class.
public FreebusyCalendarInfo(string calendarId, IEnumerable<Range> busy)
Parameter | Type | Description |
---|---|---|
calendarId | String | Calendar Id |
busy | IEnumerable`1 | List of time ranges during which this calendar should be regarded as busy. |
See Also
- class Range
- class FreebusyCalendarInfo
- namespace Aspose.Email.Clients.Google
- assembly Aspose.Email
FreebusyCalendarInfo(string, IEnumerable<ErrorDetails>, IEnumerable<Range>)
Initializes a new instance of the FreebusyCalendarInfo class.
public FreebusyCalendarInfo(string calendarId, IEnumerable<ErrorDetails> errors,
IEnumerable<Range> busy)
Parameter | Type | Description |
---|---|---|
calendarId | String | Calendar Id |
errors | IEnumerable`1 | Optional error(s) (if computation for the calendar failed). |
busy | IEnumerable`1 | List of time ranges during which this calendar should be regarded as busy. |
See Also
- class ErrorDetails
- class Range
- class FreebusyCalendarInfo
- namespace Aspose.Email.Clients.Google
- assembly Aspose.Email