Table of Contents

Class EventDateTime

Namespace
Google.Apis.Calendar.v3.Data
Assembly
Google.Apis.Calendar.v3.dll
public class EventDateTime : IDirectResponseSchema
Inheritance
EventDateTime
Implements
IDirectResponseSchema
Inherited Members

Constructors

EventDateTime()

public EventDateTime()

Properties

Date

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

public virtual string Date { get; set; }

Property Value

string

DateTime

DateTime representation of DateTimeRaw.

public virtual DateTime? DateTime { get; set; }

Property Value

DateTime?

DateTimeRaw

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

public virtual string DateTimeRaw { get; set; }

Property Value

string

ETag

The ETag of the item.

public virtual string ETag { get; set; }

Property Value

string

TimeZone

The time zone in which the time is specified. (Formatted as an IANA Time Zone Database name, 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.

public virtual string TimeZone { get; set; }

Property Value

string