Table of Contents

Class EventsResource.GetRequest

Namespace
Google.Apis.Calendar.v3
Assembly
Google.Apis.Calendar.v3.dll

Returns an event.

public class EventsResource.GetRequest : CalendarBaseServiceRequest<Event>
Inheritance
EventsResource.GetRequest
Inherited Members

Constructors

GetRequest(IClientService, string, string)

Constructs a new Get request.

public GetRequest(IClientService service, string calendarId, string eventId)

Parameters

service IClientService
calendarId string
eventId string

Properties

AlwaysIncludeEmail

Whether to always include a value in the email field for the organizer, creator and attendees, even if no real email is available (i.e. a generated, non-working value will be provided). The use of this option is discouraged and should only be used by clients which cannot handle the absence of an email address value in the mentioned places. Optional. The default is False.

public virtual bool? AlwaysIncludeEmail { get; set; }

Property Value

bool?

CalendarId

Calendar identifier. To retrieve calendar IDs call the calendarList.list method. If you want to access the primary calendar of the currently logged in user, use the "primary" keyword.

public virtual string CalendarId { get; }

Property Value

string

EventId

Event identifier.

public virtual string EventId { get; }

Property Value

string

HttpMethod

Gets the HTTP method.

public override string HttpMethod { get; }

Property Value

string

MaxAttendees

The maximum number of attendees to include in the response. If there are more than the specified number of attendees, only the participant is returned. Optional.

public virtual int? MaxAttendees { get; set; }

Property Value

int?

MethodName

Gets the method name.

public override string MethodName { get; }

Property Value

string

RestPath

Gets the REST path.

public override string RestPath { get; }

Property Value

string

TimeZone

Time zone used in the response. Optional. The default is the time zone of the calendar.

public virtual string TimeZone { get; set; }

Property Value

string

Methods

InitParameters()

Initializes Get parameter list.

protected override void InitParameters()