Defines list of free/busy information for specified calendar. More...
Inherits Object.
Public Member Functions | |
System::String | get_CalendarId () const |
Calendar Id More... | |
void | set_CalendarId (System::String value) |
Calendar Id More... | |
System::SharedPtr< System::Collections::Generic::ListExt< System::SharedPtr< ErrorDetails > > > | get_Errors () const |
Optional error(s) (if computation for the calendar failed). More... | |
System::SharedPtr< System::Collections::Generic::ListExt< System::SharedPtr< Range > > > | get_Busy () const |
List of time ranges during which this calendar should be regarded as busy. More... | |
FreebusyCalendarInfo () | |
Initializes a new instance of the FreebusyCalendarInfo class. More... | |
FreebusyCalendarInfo (System::String calendarId, System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ErrorDetails >>> errors) | |
Initializes a new instance of the FreebusyCalendarInfo class. More... | |
FreebusyCalendarInfo (System::String calendarId, System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< Range >>> busy) | |
Initializes a new instance of the FreebusyCalendarInfo class. More... | |
FreebusyCalendarInfo (System::String calendarId, System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ErrorDetails >>> errors, System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< Range >>> busy) | |
Initializes a new instance of the FreebusyCalendarInfo class. More... | |
Defines list of free/busy information for specified calendar.
Aspose::Email::Clients::Google::FreebusyCalendarInfo::FreebusyCalendarInfo | ( | ) |
Initializes a new instance of the FreebusyCalendarInfo class.
Aspose::Email::Clients::Google::FreebusyCalendarInfo::FreebusyCalendarInfo | ( | System::String | calendarId, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ErrorDetails >>> | errors | ||
) |
Initializes a new instance of the FreebusyCalendarInfo class.
calendarId | Calendar Id |
errors | Optional error(s) (if computation for the calendar failed). |
Aspose::Email::Clients::Google::FreebusyCalendarInfo::FreebusyCalendarInfo | ( | System::String | calendarId, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< Range >>> | busy | ||
) |
Initializes a new instance of the FreebusyCalendarInfo class.
calendarId | Calendar Id |
busy | List of time ranges during which this calendar should be regarded as busy. |
Aspose::Email::Clients::Google::FreebusyCalendarInfo::FreebusyCalendarInfo | ( | System::String | calendarId, |
System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ErrorDetails >>> | errors, | ||
System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< Range >>> | busy | ||
) |
Initializes a new instance of the FreebusyCalendarInfo class.
calendarId | Calendar Id |
errors | Optional error(s) (if computation for the calendar failed). |
busy | List of time ranges during which this calendar should be regarded as busy. |
System::SharedPtr<System::Collections::Generic::ListExt<System::SharedPtr<Range> > > Aspose::Email::Clients::Google::FreebusyCalendarInfo::get_Busy | ( | ) | const |
List of time ranges during which this calendar should be regarded as busy.
System::String Aspose::Email::Clients::Google::FreebusyCalendarInfo::get_CalendarId | ( | ) | const |
Calendar Id
System::SharedPtr<System::Collections::Generic::ListExt<System::SharedPtr<ErrorDetails> > > Aspose::Email::Clients::Google::FreebusyCalendarInfo::get_Errors | ( | ) | const |
Optional error(s) (if computation for the calendar failed).
void Aspose::Email::Clients::Google::FreebusyCalendarInfo::set_CalendarId | ( | System::String | value | ) |
Calendar Id