calendar  v3
 All Classes Namespaces Functions Variables Enumerations Properties Events
Public Member Functions | Protected Member Functions | Properties | List of all members
Google.Apis.Calendar.v3.EventsResource.UpdateRequest Class Reference

Updates an event. More...

Inheritance diagram for Google.Apis.Calendar.v3.EventsResource.UpdateRequest:
Google.Apis.Calendar.v3.CalendarBaseServiceRequest< TResponse > Google::Apis::Requests::ClientServiceRequest-g< class > Google::Apis::Requests::IClientServiceRequest

Public Member Functions

 UpdateRequest (Google.Apis.Services.IClientService service, Google.Apis.Calendar.v3.Data.Event body, string calendarId, string eventId)
 Constructs a new Update request.

Protected Member Functions

override object GetBody ()
 summary>Gets the method name.
override void InitParameters ()
 Initializes Update parameter list.
- Protected Member Functions inherited from Google.Apis.Calendar.v3.CalendarBaseServiceRequest< TResponse >
 CalendarBaseServiceRequest (Google.Apis.Services.IClientService service)
 Constructs a new CalendarBaseServiceRequest instance.
- Protected Member Functions inherited from Google::Apis::Requests::ClientServiceRequest-g< class >
 ClientServiceRequest (IClientService service)
string GenerateRequestUri ()

Properties

virtual string CalendarId [get, set]
 Calendar identifier.
virtual string EventId [get, set]
 Event identifier.
virtual System.Nullable< bool > SendNotifications [get, set]
 Whether to send notifications about the event update (e.g. attendee's responses, title changes, etc.). Optional. The default is False.
virtual System.Nullable< bool > AlwaysIncludeEmail [get, set]
 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.
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.
override string MethodName [get]
 summary>Gets the HTTP method.
override string HttpMethod [get]
 summary>Gets the REST path.
override string RestPath [get]
- Properties inherited from Google.Apis.Calendar.v3.CalendarBaseServiceRequest< TResponse >
virtual System.Nullable< AltEnumAlt [get, set]
 Data format for the response.
virtual string Fields [get, set]
 Selector specifying which fields to include in a partial response.
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.
virtual string OauthToken [get, set]
 OAuth 2.0 token for the current user.
virtual System.Nullable< bool > PrettyPrint [get, set]
 Returns response with indentations and line breaks.
virtual string QuotaUser [get, set]
 Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. Overrides userIp if both are provided.
virtual string UserIp [get, set]
 IP address of the site where the request originates. Use this if you want to enforce per-user limits.
- Properties inherited from Google::Apis::Requests::ClientServiceRequest-g< class >
ETagAction ETagAction
abstract string MethodName
abstract string RestPath
abstract string HttpMethod
IDictionary< string, IParameter > RequestParameters
IClientService Service
- Properties inherited from Google::Apis::Requests::IClientServiceRequest
string MethodName
string RestPath
string HttpMethod
IDictionary< string, IParameter > RequestParameters
IClientService Service

Additional Inherited Members

- Public Types inherited from Google.Apis.Calendar.v3.CalendarBaseServiceRequest< TResponse >
enum  AltEnum
 Data format for the response. More...

Detailed Description

Updates an event.

Constructor & Destructor Documentation

Google.Apis.Calendar.v3.EventsResource.UpdateRequest.UpdateRequest ( Google.Apis.Services.IClientService  service,
Google.Apis.Calendar.v3.Data.Event  body,
string  calendarId,
string  eventId 
)
inline

Constructs a new Update request.

Member Function Documentation

override object Google.Apis.Calendar.v3.EventsResource.UpdateRequest.GetBody ( )
inlineprotectedvirtual

summary>Gets the method name.

Reimplemented from Google::Apis::Requests::ClientServiceRequest-g< class >.

override void Google.Apis.Calendar.v3.EventsResource.UpdateRequest.InitParameters ( )
inlineprotectedvirtual

Initializes Update parameter list.

Reimplemented from Google.Apis.Calendar.v3.CalendarBaseServiceRequest< TResponse >.

Property Documentation

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

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.

virtual string Google.Apis.Calendar.v3.EventsResource.UpdateRequest.CalendarId
getset

Calendar identifier.

virtual string Google.Apis.Calendar.v3.EventsResource.UpdateRequest.EventId
getset

Event identifier.

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

summary>Gets the REST path.

virtual System.Nullable<int> Google.Apis.Calendar.v3.EventsResource.UpdateRequest.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]

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

summary>Gets the HTTP method.

virtual System.Nullable<bool> Google.Apis.Calendar.v3.EventsResource.UpdateRequest.SendNotifications
getset

Whether to send notifications about the event update (e.g. attendee's responses, title changes, etc.). Optional. The default is False.


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