Calendar Class

A set of metadata, such as a description, for a single calendar.
Inheritance Hierarchy

Namespace:  Aspose.Email.Clients.Google
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public class Calendar : BaseDataObject

The Calendar type exposes the following members.

Constructors
  NameDescription
Public methodCalendar
Initializes a new instance of the Calendar class.
Public methodCalendar(String)
Initializes a new instance of the Calendar class.
Public methodCalendar(String, String)
Initializes a new instance of the Calendar class.
Public methodCalendar(String, String, String, String)
Initializes a new instance of the Calendar class.
Public methodCalendar(String, String, String, String, String)
Initializes a new instance of the Calendar class.
Public methodCalendar(String, String, String, String, String, String)
Initializes a new instance of the Calendar class.
Properties
  NameDescription
Public propertyConferenceProperties
Gets conferencing properties for this calendar.
Public propertyDescription
Description of the calendar.
Public propertyETag
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.
(Inherited from BaseDataObject.)
Public propertyId
Identifier of the resource.
(Inherited from BaseDataObject.)
Public propertyKind
Type of the resource
(Inherited from BaseDataObject.)
Public propertyLocation
Geographic location of the calendar as free-form text.
Public propertySummary
Title of the calendar.
Public propertyTimeZone
The time zone of the calendar.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Returns a string which represents the object instance.
(Overrides ObjectToString.)
Fields
  NameDescription
Public fieldStatic memberCalendarKind
Type of the resource "calendar#calendar".
See Also