calendar  v3
Public Member Functions | Protected Member Functions | Properties | List of all members
Google.Apis.Calendar.v3.EventsResource.GetRequest Class Reference

Returns an event. More...

Inheritance diagram for Google.Apis.Calendar.v3.EventsResource.GetRequest:
Google.Apis.Calendar.v3.CalendarBaseServiceRequest< Google.Apis.Calendar.v3.Data.Event >

Public Member Functions

 GetRequest (Google.Apis.Services.IClientService service, string calendarId, string eventId)
 Constructs a new Get request. More...
 

Protected Member Functions

override void InitParameters ()
 Initializes Get parameter list. More...
 
- Protected Member Functions inherited from Google.Apis.Calendar.v3.CalendarBaseServiceRequest< Google.Apis.Calendar.v3.Data.Event >
 CalendarBaseServiceRequest (Google.Apis.Services.IClientService service)
 Constructs a new CalendarBaseServiceRequest instance. More...
 
override void InitParameters ()
 Initializes Calendar parameter list. More...
 

Properties

virtual string CalendarId [get]
 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. More...
 
virtual string EventId [get]
 Event identifier. More...
 
virtual System.Nullable< bool > AlwaysIncludeEmail [get, set]
 Deprecated and ignored. A value will always be returned in the email field for the organizer, creator and attendees, even if no real email address is available (i.e. a generated, non-working value will be provided). More...
 
virtual System.Nullable< int > MaxAttendees [get, set]
 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. More...
 
virtual string TimeZone [get, set]
 Time zone used in the response. Optional. The default is the time zone of the calendar. More...
 
override string MethodName [get]
 summary>Gets the HTTP method. More...
 
override string HttpMethod [get]
 summary>Gets the REST path. More...
 
override string RestPath [get]
 
- Properties inherited from Google.Apis.Calendar.v3.CalendarBaseServiceRequest< Google.Apis.Calendar.v3.Data.Event >
virtual System.Nullable< AltEnum > Alt [get, set]
 Data format for the response. More...
 
virtual string Fields [get, set]
 Selector specifying which fields to include in a partial response. More...
 
virtual string Key [get, set]
 API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. More...
 
virtual string OauthToken [get, set]
 OAuth 2.0 token for the current user. More...
 
virtual System.Nullable< bool > PrettyPrint [get, set]
 Returns response with indentations and line breaks. More...
 
virtual string QuotaUser [get, set]
 An opaque string that represents a user for quota purposes. Must not exceed 40 characters. More...
 
virtual string UserIp [get, set]
 Deprecated. Please use quotaUser instead. More...
 

Detailed Description

Returns an event.

Constructor & Destructor Documentation

◆ GetRequest()

Google.Apis.Calendar.v3.EventsResource.GetRequest.GetRequest ( Google.Apis.Services.IClientService  service,
string  calendarId,
string  eventId 
)
inline

Constructs a new Get request.

Member Function Documentation

◆ InitParameters()

override void Google.Apis.Calendar.v3.EventsResource.GetRequest.InitParameters ( )
inlineprotected

Initializes Get parameter list.

Property Documentation

◆ AlwaysIncludeEmail

virtual System.Nullable<bool> Google.Apis.Calendar.v3.EventsResource.GetRequest.AlwaysIncludeEmail
getset

Deprecated and ignored. A value will always be returned in the email field for the organizer, creator and attendees, even if no real email address is available (i.e. a generated, non-working value will be provided).

◆ CalendarId

virtual string Google.Apis.Calendar.v3.EventsResource.GetRequest.CalendarId
get

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.

◆ EventId

virtual string Google.Apis.Calendar.v3.EventsResource.GetRequest.EventId
get

Event identifier.

◆ HttpMethod

override string Google.Apis.Calendar.v3.EventsResource.GetRequest.HttpMethod
get

summary>Gets the REST path.

◆ MaxAttendees

virtual System.Nullable<int> Google.Apis.Calendar.v3.EventsResource.GetRequest.MaxAttendees
getset

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.

[minimum: 1]

◆ MethodName

override string Google.Apis.Calendar.v3.EventsResource.GetRequest.MethodName
get

summary>Gets the HTTP method.

◆ TimeZone

virtual string Google.Apis.Calendar.v3.EventsResource.GetRequest.TimeZone
getset

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

summary>Gets the method name.


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