calendar  v3
 All Classes Namespaces Functions Variables Enumerations Properties Events
Properties | List of all members
Google.Apis.Calendar.v3.Data.EventDateTime Class Reference
Inheritance diagram for Google.Apis.Calendar.v3.Data.EventDateTime:
Google::Apis::Requests::IDirectResponseSchema

Properties

virtual string Date [get, set]
 The date, in the format "yyyy-mm-dd", if this is an all-day event.
virtual string DateTimeRaw [get, set]
 The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in timeZone.
virtual System.Nullable
< System.DateTime > 
DateTime [get, set]
 System.DateTime representation of DateTimeRaw.
virtual string TimeZone [get, set]
 The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). For recurring events this field is required and specifies the time zone in which the recurrence is expanded. For single events this field is optional and indicates a custom time zone for the event start/end.
virtual string ETag [get, set]
 The ETag of the item.
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag

Property Documentation

virtual string Google.Apis.Calendar.v3.Data.EventDateTime.Date
getset

The date, in the format "yyyy-mm-dd", if this is an all-day event.

virtual System.Nullable<System.DateTime> Google.Apis.Calendar.v3.Data.EventDateTime.DateTime
getset

System.DateTime representation of DateTimeRaw.

virtual string Google.Apis.Calendar.v3.Data.EventDateTime.DateTimeRaw
getset

The time, as a combined date-time value (formatted according to RFC 3339). A time zone offset is required unless a time zone is explicitly specified in timeZone.

virtual string Google.Apis.Calendar.v3.Data.EventDateTime.ETag
getset

The ETag of the item.

virtual string Google.Apis.Calendar.v3.Data.EventDateTime.TimeZone
getset

The name of the time zone in which the time is specified (e.g. "Europe/Zurich"). For recurring events this field is required and specifies the time zone in which the recurrence is expanded. For single events this field is optional and indicates a custom time zone for the event start/end.


The documentation for this class was generated from the following file: