36 "desc":
"Google calendar events quickadd calender event API data provider",
37 "type":
"GoogleCalendarEventsQuickAddDataProvider",
39 "id": <DataProviderOptionInfo>{
40 "type": AbstractDataProviderTypeMap.
"string",
41 "desc":
"The calendar ID",
44 "supports_request": True,
49 AbstractDataProvider::DataProviderSummaryInfoKeys
126 "type": AbstractDataProviderTypeMap.
"*string",
127 "desc":
"Guests who should receive notifications about the event update (for example, title changes, "
129 "Acceptable values are:\n"
130 "- `all`: Notifications are sent to all guests\n"
131 "- `externalOnly`: Notifications are sent to non-Google Calendar guests only\n"
132 "- `none`: No notifications are sent. For calendar migration tasks, consider using the "
133 "`Events.import` method instead",
141 "type": AbstractDataProviderTypeMap.
"string",
142 "desc":
"The text describing the event to be created; ex: `Appointment at Somewhere on June 3rd "
145 } + map {$1.key: $1.value + {
"type": $1.value.type.getOrNothingType()}},
Google calendar event data type.
Definition: GoogleCalendarEventsListDataProvider.qc.dox.h:397
const Fields
Field descriptions.
Definition: GoogleCalendarEventsListDataProvider.qc.dox.h:401
Google calendar event get request data type.
Definition: GoogleCalendarEventsGetDataProvider.qc.dox.h:116
The Google calendar event quickAdd API data provider.
Definition: GoogleCalendarEventsQuickAddDataProvider.qc.dox.h:30
*hash< auto > cal
The calendar's metadata.
Definition: GoogleCalendarEventsQuickAddDataProvider.qc.dox.h:66
string getName()
Returns the data provider name.
constructor(GoogleRestClient::GoogleRestClient rest, string id, *hash< auto > cal)
Creates the object from a REST connection.
hash< DataProvider::DataProviderInfo > getStaticInfoImpl()
Returns data provider static info.
string id
The calendar's ID.
Definition: GoogleCalendarEventsQuickAddDataProvider.qc.dox.h:63
*DataProvider::AbstractDataProviderType getRequestTypeImpl()
Returns the description of a successful request message, if any.
auto doRequestImpl(auto req, *hash< auto > request_options)
Makes a request and returns the response.
*DataProvider::AbstractDataProviderType getResponseTypeImpl()
Returns the description of a response message, if this object represents a response message.
const ResponseType
Response type.
Definition: GoogleCalendarEventsQuickAddDataProvider.qc.dox.h:56
const QueryArgs
Query args.
Definition: GoogleCalendarEventsQuickAddDataProvider.qc.dox.h:59
const RequestType
Request type.
Definition: GoogleCalendarEventsQuickAddDataProvider.qc.dox.h:53
const ProviderInfo
Provider info.
Definition: GoogleCalendarEventsQuickAddDataProvider.qc.dox.h:34
constructor(*hash< auto > options)
Creates the object from constructor options.
*string getDesc()
Returns the data provider description.
const ProviderSummaryInfo
Provider summary info.
Definition: GoogleCalendarEventsQuickAddDataProvider.qc.dox.h:48
Google event quickAdd request data type.
Definition: GoogleCalendarEventsQuickAddDataProvider.qc.dox.h:119
constructor()
Creates the object.
const Fields
Field descriptions.
Definition: GoogleCalendarEventsQuickAddDataProvider.qc.dox.h:123
The Google data provider base class.
Definition: GoogleDataProviderBase.qc.dox.h:28
*GoogleRestClient::GoogleRestClient rest
The REST client object for API calls.
Definition: GoogleDataProviderBase.qc.dox.h:33
const ConstructorOptions
Constructor options.
Definition: GoogleDataProvider.qc.dox.h:40
Qore GoogleDataProvider module definition.
Definition: GoogleCalendarBaseDataProvider.qc.dox.h:26