39 "desc":
"Google calendar update calender API data provider",
40 "type":
"GoogleCalendarUpdateDataProvider",
42 "id": <DataProviderOptionInfo>{
43 "type": AbstractDataProviderTypeMap.
"string",
44 "desc":
"The calendar ID",
47 "supports_request":
True,
52 AbstractDataProvider::DataProviderSummaryInfoKeys
Google calendar patch request type.
Definition: GoogleCalendarPatchDataProvider.qc.dox.h:116
The Google calendar update API data provider.
Definition: GoogleCalendarUpdateDataProvider.qc.dox.h:33
*hash< auto > cal
The calendar's metadata.
Definition: GoogleCalendarUpdateDataProvider.qc.dox.h:66
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.
string id
The calendar's ID.
Definition: GoogleCalendarUpdateDataProvider.qc.dox.h:63
const RequestType
Request type.
Definition: GoogleCalendarUpdateDataProvider.qc.dox.h:56
const ProviderSummaryInfo
Provider summary info.
Definition: GoogleCalendarUpdateDataProvider.qc.dox.h:51
string getName()
Returns the data provider name.
constructor(GoogleRestClient::GoogleRestClient rest, string id, *hash< auto > cal)
Creates the object from a REST connection.
*string getDesc()
Returns the data provider description.
const ProviderInfo
Provider info.
Definition: GoogleCalendarUpdateDataProvider.qc.dox.h:37
hash< DataProvider::DataProviderInfo > getStaticInfoImpl()
Returns data provider static info.
const ResponseType
Response type.
Definition: GoogleCalendarUpdateDataProvider.qc.dox.h:59
*DataProvider::AbstractDataProviderType getRequestTypeImpl()
Returns the description of a successful request message, if any.
constructor(*hash< auto > options)
Creates the object from constructor options.
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
const GoogleCalendarType
Google calendar type constant.
Definition: GoogleCalendarType.qc.dox.h:28