|
| virtual System::String | get_Summary () |
| | Title of the calendar. More...
|
| |
| virtual void | set_Summary (System::String value) |
| | Title of the calendar. More...
|
| |
| virtual System::String | get_Description () |
| | Description of the calendar. More...
|
| |
| virtual void | set_Description (System::String value) |
| | Description of the calendar. More...
|
| |
| virtual System::String | get_Location () |
| | Geographic location of the calendar as free-form text. More...
|
| |
| virtual void | set_Location (System::String value) |
| | Geographic location of the calendar as free-form text. More...
|
| |
| virtual System::String | get_TimeZone () |
| | The time zone of the calendar. More...
|
| |
| virtual void | set_TimeZone (System::String value) |
| | The time zone of the calendar. More...
|
| |
| virtual System::SharedPtr< Aspose::Email::Clients::Google::ConferenceProperties > | get_ConferenceProperties () |
| | Gets conferencing properties for this calendar. More...
|
| |
| | Calendar () |
| | Initializes a new instance of the Calendar class. More...
|
| |
| | Calendar (System::String summary) |
| | Initializes a new instance of the Calendar class. More...
|
| |
| | Calendar (System::String id, System::String summary) |
| | Initializes a new instance of the Calendar class. More...
|
| |
| | Calendar (System::String summary, System::String description, System::String location, System::String timeZone) |
| | Initializes a new instance of the Calendar class. More...
|
| |
| | Calendar (System::String id, System::String summary, System::String description, System::String location, System::String timeZone) |
| | Initializes a new instance of the Calendar class. More...
|
| |
| | Calendar (System::String id, System::String eTag, System::String summary, System::String description, System::String location, System::String timeZone) |
| | Initializes a new instance of the Calendar class. More...
|
| |
| | Calendar (System::String id, System::String eTag, System::String kind, System::String summary, System::String description, System::String location, System::String timeZone) |
| | Initializes a new instance of the Calendar class. More...
|
| |
| System::String | ToString () const override |
| | Returns a string which represents the object instance. More...
|
| |
| virtual System::String | get_Kind () |
| | Type of the resource More...
|
| |
| virtual System::String | get_ETag () |
| | An ETag or entity tag is one of several mechanisms that HTTP provides for web cache validation, and which allows a client to make conditional requests. This allows caches to be more efficient, and saves bandwidth, as a web server does not need to send a full response if the content has not changed. ETags can also be used for optimistic concurrency control, as a way to help prevent simultaneous updates of a resource from overwriting each other. More...
|
| |
| virtual void | set_ETag (System::String value) |
| | An ETag or entity tag is one of several mechanisms that HTTP provides for web cache validation, and which allows a client to make conditional requests. This allows caches to be more efficient, and saves bandwidth, as a web server does not need to send a full response if the content has not changed. ETags can also be used for optimistic concurrency control, as a way to help prevent simultaneous updates of a resource from overwriting each other. More...
|
| |
| virtual System::String | get_Id () |
| | Identifier of the resource. More...
|
| |
| virtual void | set_Id (System::String value) |
| | Identifier of the resource. More...
|
| |
| | BaseDataObject (System::String kind) |
| | Initializes a new instance of the class. More...
|
| |
| | BaseDataObject (System::String kind, System::String id) |
| | Initializes a new instance of the class. More...
|
| |
| | BaseDataObject (System::String kind, System::String id, System::String eTag) |
| | Initializes a new instance of the class. More...
|
| |
A set of metadata, such as a description, for a single calendar.