|
calendar
v3
|
Creates an event. More...
Public Types | |
| enum | SendUpdatesEnum { SendUpdatesEnum.All, SendUpdatesEnum.ExternalOnly, SendUpdatesEnum.None } |
| Whether to send notifications about the creation of the new event. Note that some emails might still be sent. The default is false. More... | |
Public Member Functions | |
| InsertRequest (Google.Apis.Services.IClientService service, Google.Apis.Calendar.v3.Data.Event body, string calendarId) | |
| Constructs a new Insert request. More... | |
Protected Member Functions | |
| override object | GetBody () |
| summary>Gets the method name. More... | |
| override void | InitParameters () |
| Initializes Insert 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 System.Nullable< int > | ConferenceDataVersion [get, set] |
| Version number of conference data supported by the API client. Version 0 assumes no conference data support and ignores conference data in the event's body. Version 1 enables support for copying of ConferenceData as well as for creating new conferences using the createRequest field of conferenceData. The default is 0. 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 System.Nullable< bool > | SendNotifications [get, set] |
| Deprecated. Please use sendUpdates instead. More... | |
| virtual System.Nullable< SendUpdatesEnum > | SendUpdates [get, set] |
| Whether to send notifications about the creation of the new event. Note that some emails might still be sent. The default is false. More... | |
| virtual System.Nullable< bool > | SupportsAttachments [get, set] |
| Whether API client performing operation supports event attachments. Optional. The default is False. 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... | |
Creates an event.
Whether to send notifications about the creation of the new event. Note that some emails might still be sent. The default is false.
| Enumerator | |
|---|---|
| All | Notifications are sent to all guests. |
| ExternalOnly | Notifications are sent to non-Google Calendar guests only. |
| None | No notifications are sent. This value should only be used for migration use cases (note that in most migration cases the import method should be used). |
|
inline |
Constructs a new Insert request.
|
inlineprotected |
summary>Gets the method name.
|
inlineprotected |
Initializes Insert parameter list.
|
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.
|
getset |
Version number of conference data supported by the API client. Version 0 assumes no conference data support and ignores conference data in the event's body. Version 1 enables support for copying of ConferenceData as well as for creating new conferences using the createRequest field of conferenceData. The default is 0.
[minimum: 0] [maximum: 1]
|
get |
summary>Gets the REST path.
|
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]
|
get |
summary>Gets the HTTP method.
|
getset |
Deprecated. Please use sendUpdates instead.
Whether to send notifications about the creation of the new event. Note that some emails might still be sent even if you set the value to false. The default is false.
|
getset |
Whether to send notifications about the creation of the new event. Note that some emails might still be sent. The default is false.
|
getset |
Whether API client performing operation supports event attachments. Optional. The default is False.