public class Calendar.Events.QuickAdd extends CalendarRequest<Event>
com.google.api.client.util.GenericData.FlagsAbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Modifier | Constructor and Description | 
|---|---|
protected  | 
QuickAdd(String calendarId,
        String text)
Creates an event based on a simple text string. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getCalendarId()
Calendar identifier. 
 | 
Boolean | 
getSendNotifications()
Deprecated. 
 | 
String | 
getSendUpdates()
Guests who should receive notifications about the creation of the new event. 
 | 
String | 
getText()
The text describing the event to be created. 
 | 
Calendar.Events.QuickAdd | 
set(String parameterName,
   Object value)  | 
Calendar.Events.QuickAdd | 
setAlt(String alt)
Data format for the response. 
 | 
Calendar.Events.QuickAdd | 
setCalendarId(String calendarId)
Calendar identifier. 
 | 
Calendar.Events.QuickAdd | 
setFields(String fields)
Selector specifying which fields to include in a partial response. 
 | 
Calendar.Events.QuickAdd | 
setKey(String key)
API key. 
 | 
Calendar.Events.QuickAdd | 
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user. 
 | 
Calendar.Events.QuickAdd | 
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks. 
 | 
Calendar.Events.QuickAdd | 
setQuotaUser(String quotaUser)
An opaque string that represents a user for quota purposes. 
 | 
Calendar.Events.QuickAdd | 
setSendNotifications(Boolean sendNotifications)
Deprecated. 
 | 
Calendar.Events.QuickAdd | 
setSendUpdates(String sendUpdates)
Guests who should receive notifications about the creation of the new event. 
 | 
Calendar.Events.QuickAdd | 
setText(String text)
The text describing the event to be created. 
 | 
Calendar.Events.QuickAdd | 
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 QuickAdd(String calendarId, String text)
AbstractGoogleClientRequest.execute() method to invoke the remote operation.
  Calendar.initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)
 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.text - The text describing the event to be created.public Calendar.Events.QuickAdd setAlt(String alt)
CalendarRequestsetAlt in class CalendarRequest<Event>public Calendar.Events.QuickAdd setFields(String fields)
CalendarRequestsetFields in class CalendarRequest<Event>public Calendar.Events.QuickAdd setKey(String key)
CalendarRequestsetKey in class CalendarRequest<Event>public Calendar.Events.QuickAdd setOauthToken(String oauthToken)
CalendarRequestsetOauthToken in class CalendarRequest<Event>public Calendar.Events.QuickAdd setPrettyPrint(Boolean prettyPrint)
CalendarRequestsetPrettyPrint in class CalendarRequest<Event>public Calendar.Events.QuickAdd setQuotaUser(String quotaUser)
CalendarRequestsetQuotaUser in class CalendarRequest<Event>public Calendar.Events.QuickAdd setUserIp(String userIp)
CalendarRequestsetUserIp in class CalendarRequest<Event>public String getCalendarId()
public Calendar.Events.QuickAdd setCalendarId(String calendarId)
public String getText()
public Calendar.Events.QuickAdd setText(String text)
public Boolean getSendNotifications()
public Calendar.Events.QuickAdd setSendNotifications(Boolean sendNotifications)
public String getSendUpdates()
public Calendar.Events.QuickAdd setSendUpdates(String sendUpdates)
public Calendar.Events.QuickAdd set(String parameterName, Object value)
set in class CalendarRequest<Event>Copyright © 2011–2025 Google. All rights reserved.