39 "desc":
"Google calendar events update calender event API data provider",
40 "type":
"GoogleCalendarEventsUpdateDataProvider",
42 "id": <DataProviderOptionInfo>{
43 "type": AbstractDataProviderTypeMap.
"string",
44 "desc":
"The calendar ID",
47 "supports_request": True,
52 AbstractDataProvider::DataProviderSummaryInfoKeys
62 const QueryArgs = (
"conferenceDataVersion",
"maxAttendees",
"sendUpdates",
"supportsAttachments");
Google calendar event data type.
Definition: GoogleCalendarEventsListDataProvider.qc.dox.h:397
Google calendar event get request data type.
Definition: GoogleCalendarEventsGetDataProvider.qc.dox.h:116
const Fields
Field descriptions.
Definition: GoogleCalendarEventsPatchDataProvider.qc.dox.h:123
The Google calendar event update API data provider.
Definition: GoogleCalendarEventsUpdateDataProvider.qc.dox.h:33
*string getDesc()
Returns the data provider description.
constructor(GoogleRestClient::GoogleRestClient rest, string id, *hash< auto > cal)
Creates the object from a REST connection.
*DataProvider::AbstractDataProviderType getRequestTypeImpl()
Returns the description of a successful request message, if any.
const ResponseType
Response type.
Definition: GoogleCalendarEventsUpdateDataProvider.qc.dox.h:59
auto doRequestImpl(auto req, *hash< auto > request_options)
Makes a request and returns the response.
const RequestType
Request type.
Definition: GoogleCalendarEventsUpdateDataProvider.qc.dox.h:56
hash< DataProvider::DataProviderInfo > getStaticInfoImpl()
Returns data provider static info.
const ProviderSummaryInfo
Provider summary info.
Definition: GoogleCalendarEventsUpdateDataProvider.qc.dox.h:51
string getName()
Returns the data provider name.
const QueryArgs
Query args.
Definition: GoogleCalendarEventsUpdateDataProvider.qc.dox.h:62
*hash< auto > cal
The calendar's metadata.
Definition: GoogleCalendarEventsUpdateDataProvider.qc.dox.h:69
string id
The calendar's ID.
Definition: GoogleCalendarEventsUpdateDataProvider.qc.dox.h:66
const ProviderInfo
Provider info.
Definition: GoogleCalendarEventsUpdateDataProvider.qc.dox.h:37
constructor(*hash< auto > options)
Creates the object from constructor options.
*DataProvider::AbstractDataProviderType getResponseTypeImpl()
Returns the description of a response message, if this object represents a response message.
Google event update request data type.
Definition: GoogleCalendarEventsUpdateDataProvider.qc.dox.h:122
const Fields
Field descriptions.
Definition: GoogleCalendarEventsUpdateDataProvider.qc.dox.h:126
constructor()
Creates the object.
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