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.MoveRequest Class Reference

Moves an event to another calendar, i.e. changes an event's organizer. More...

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

Public Member Functions

 MoveRequest (Google.Apis.Services.IClientService service, string calendarId, string eventId, string destination)
 Constructs a new Move request.

Protected Member Functions

override void InitParameters ()
 Initializes Move 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 ()
virtual object GetBody ()

Properties

virtual string CalendarId [get, set]
 Calendar identifier of the source calendar where the event currently is on.
virtual string EventId [get, set]
 Event identifier.
virtual string Destination [get, set]
 Calendar identifier of the target calendar where the event is to be moved to.
virtual System.Nullable< bool > SendNotifications [get, set]
 Whether to send notifications about the change of the event's organizer. Optional. The default is False.
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

Moves an event to another calendar, i.e. changes an event's organizer.

Constructor & Destructor Documentation

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

Constructs a new Move request.

Member Function Documentation

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

Initializes Move parameter list.

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

Property Documentation

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

Calendar identifier of the source calendar where the event currently is on.

virtual string Google.Apis.Calendar.v3.EventsResource.MoveRequest.Destination
getset

Calendar identifier of the target calendar where the event is to be moved to.

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

Event identifier.

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

summary>Gets the REST path.

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

summary>Gets the HTTP method.

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

Whether to send notifications about the change of the event's organizer. Optional. The default is False.

summary>Gets the method name.


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