public class Calendar.Events.CalendarImport extends CalendarRequest<Event>
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description | 
|---|---|
protected  | 
CalendarImport(String calendarId,
              Event content)
Imports an event. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getCalendarId()
Calendar identifier. 
 | 
Integer | 
getConferenceDataVersion()
Version number of conference data supported by the API client. 
 | 
Boolean | 
getSupportsAttachments()
Whether API client performing operation supports event attachments. 
 | 
Calendar.Events.CalendarImport | 
set(String parameterName,
   Object value)  | 
Calendar.Events.CalendarImport | 
setAlt(String alt)
Data format for the response. 
 | 
Calendar.Events.CalendarImport | 
setCalendarId(String calendarId)
Calendar identifier. 
 | 
Calendar.Events.CalendarImport | 
setConferenceDataVersion(Integer conferenceDataVersion)
Version number of conference data supported by the API client. 
 | 
Calendar.Events.CalendarImport | 
setFields(String fields)
Selector specifying which fields to include in a partial response. 
 | 
Calendar.Events.CalendarImport | 
setKey(String key)
API key. 
 | 
Calendar.Events.CalendarImport | 
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user. 
 | 
Calendar.Events.CalendarImport | 
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks. 
 | 
Calendar.Events.CalendarImport | 
setQuotaUser(String quotaUser)
An opaque string that represents a user for quota purposes. 
 | 
Calendar.Events.CalendarImport | 
setSupportsAttachments(Boolean supportsAttachments)
Whether API client performing operation supports event attachments. 
 | 
Calendar.Events.CalendarImport | 
setUserIp(String userIp)
Deprecated. 
 | 
getAbstractGoogleClient, getAlt, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUserIp, setDisableGZipContent, setRequestHeadersgetJsonContent, newExceptionOnError, queuebuildHttpRequest, buildHttpRequestUrl, buildHttpRequestUsingHead, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, executeUsingHead, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getReturnRawInputSteam, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queue, setReturnRawInputStreamclone, entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys, toStringclear, containsKey, containsValue, isEmpty, keySet, size, valuesfinalize, getClass, notify, notifyAll, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAllprotected CalendarImport(String calendarId, Event content)
AbstractGoogleClientRequest.execute() method to invoke the remote
 operation.  CalendarImport#initialize(com.google.api.client.googleapis.services.Abstr
 actGoogleClientRequest) must be called to initialize this instance immediately after invoking
 the constructor. 
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.content - the Eventpublic Calendar.Events.CalendarImport setAlt(String alt)
CalendarRequestsetAlt in class CalendarRequest<Event>public Calendar.Events.CalendarImport setFields(String fields)
CalendarRequestsetFields in class CalendarRequest<Event>public Calendar.Events.CalendarImport setKey(String key)
CalendarRequestsetKey in class CalendarRequest<Event>public Calendar.Events.CalendarImport setOauthToken(String oauthToken)
CalendarRequestsetOauthToken in class CalendarRequest<Event>public Calendar.Events.CalendarImport setPrettyPrint(Boolean prettyPrint)
CalendarRequestsetPrettyPrint in class CalendarRequest<Event>public Calendar.Events.CalendarImport setQuotaUser(String quotaUser)
CalendarRequestsetQuotaUser in class CalendarRequest<Event>public Calendar.Events.CalendarImport setUserIp(String userIp)
CalendarRequestsetUserIp in class CalendarRequest<Event>public String getCalendarId()
public Calendar.Events.CalendarImport setCalendarId(String calendarId)
public Integer getConferenceDataVersion()
public Calendar.Events.CalendarImport setConferenceDataVersion(Integer conferenceDataVersion)
public Boolean getSupportsAttachments()
public Calendar.Events.CalendarImport setSupportsAttachments(Boolean supportsAttachments)
public Calendar.Events.CalendarImport set(String parameterName, Object value)
set in class CalendarRequest<Event>Copyright © 2011–2025 Google. All rights reserved.