Freebusy response More...
Inherits Object.
Public Member Functions | |
| System::DateTime | get_TimeMin () const |
| The start of the interval for the query. More... | |
| void | set_TimeMin (System::DateTime value) |
| The start of the interval for the query. More... | |
| System::DateTime | get_TimeMax () const |
| The end of the interval for the query. More... | |
| void | set_TimeMax (System::DateTime value) |
| The end of the interval for the query. More... | |
| System::SharedPtr< System::Collections::Generic::Dictionary< System::String, System::SharedPtr< FreebusyGroupInfo > > > | get_Groups () const |
| Expansion of groups. More... | |
| System::SharedPtr< System::Collections::Generic::Dictionary< System::String, System::SharedPtr< FreebusyCalendarInfo > > > | get_Calendars () const |
| List of free/busy information for calendars. More... | |
| FreebusyResponse () | |
| Initializes a new instance of the FreebusyResponse class. More... | |
| FreebusyResponse (System::DateTime timeMin, System::DateTime timeMax) | |
| Initializes a new instance of the FreebusyResponse class. More... | |
| FreebusyResponse (System::DateTime timeMin, System::DateTime timeMax, System::SharedPtr< System::Collections::Generic::Dictionary< System::String, System::SharedPtr< FreebusyGroupInfo >>> groups, System::SharedPtr< System::Collections::Generic::Dictionary< System::String, System::SharedPtr< FreebusyCalendarInfo >>> calendars) | |
| Initializes a new instance of the FreebusyResponse class. More... | |
Static Public Attributes | |
| static const System::String | KIND |
| Type of the resource "calendar#freeBusy". More... | |
Freebusy response
| Aspose::Email::Clients::Google::FreebusyResponse::FreebusyResponse | ( | ) |
Initializes a new instance of the FreebusyResponse class.
| Aspose::Email::Clients::Google::FreebusyResponse::FreebusyResponse | ( | System::DateTime | timeMin, |
| System::DateTime | timeMax | ||
| ) |
Initializes a new instance of the FreebusyResponse class.
| timeMin | The start of the interval for the query. |
| timeMax | The end of the interval for the query. |
| Aspose::Email::Clients::Google::FreebusyResponse::FreebusyResponse | ( | System::DateTime | timeMin, |
| System::DateTime | timeMax, | ||
| System::SharedPtr< System::Collections::Generic::Dictionary< System::String, System::SharedPtr< FreebusyGroupInfo >>> | groups, | ||
| System::SharedPtr< System::Collections::Generic::Dictionary< System::String, System::SharedPtr< FreebusyCalendarInfo >>> | calendars | ||
| ) |
Initializes a new instance of the FreebusyResponse class.
| timeMin | The start of the interval for the query. |
| timeMax | The end of the interval for the query. |
| groups | Expansion of groups. |
| calendars | List of free/busy information for calendars. |
| System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<FreebusyCalendarInfo> > > Aspose::Email::Clients::Google::FreebusyResponse::get_Calendars | ( | ) | const |
List of free/busy information for calendars.
| System::SharedPtr<System::Collections::Generic::Dictionary<System::String, System::SharedPtr<FreebusyGroupInfo> > > Aspose::Email::Clients::Google::FreebusyResponse::get_Groups | ( | ) | const |
Expansion of groups.
| System::DateTime Aspose::Email::Clients::Google::FreebusyResponse::get_TimeMax | ( | ) | const |
The end of the interval for the query.
| System::DateTime Aspose::Email::Clients::Google::FreebusyResponse::get_TimeMin | ( | ) | const |
The start of the interval for the query.
| void Aspose::Email::Clients::Google::FreebusyResponse::set_TimeMax | ( | System::DateTime | value | ) |
The end of the interval for the query.
| void Aspose::Email::Clients::Google::FreebusyResponse::set_TimeMin | ( | System::DateTime | value | ) |
The start of the interval for the query.
|
static |
Type of the resource "calendar#freeBusy".