36 "desc":
"Google calendar insert API data provider",
37 "type":
"GoogleCalendarInsertDataProvider",
39 "supports_request": True,
44 AbstractDataProvider::DataProviderSummaryInfoKeys
110 "type": AbstractDataProviderTypeMap.
"string",
111 "desc":
"Title of the calendar",
114 "type": AbstractDataProviderTypeMap.
"*string",
115 "desc":
"The time zone of the calendar",
The Google calendar insert API data provider.
Definition: GoogleCalendarInsertDataProvider.qc.dox.h:30
*DataProvider::AbstractDataProviderType getResponseTypeImpl()
Returns the description of a response message, if this object represents a response message.
hash< DataProvider::DataProviderInfo > getStaticInfoImpl()
Returns data provider static info.
const ProviderSummaryInfo
Provider summary info.
Definition: GoogleCalendarInsertDataProvider.qc.dox.h:43
const RequestType
Request type.
Definition: GoogleCalendarInsertDataProvider.qc.dox.h:48
*string getDesc()
Returns the data provider description.
constructor(*hash< auto > options)
Creates the object from constructor options.
constructor(GoogleRestClient::GoogleRestClient rest)
Creates the object from a REST connection.
string getName()
Returns the data provider name.
auto doRequestImpl(auto req, *hash< auto > request_options)
Makes a request and returns the response.
const ProviderInfo
Provider info.
Definition: GoogleCalendarInsertDataProvider.qc.dox.h:34
const ResponseType
Response type.
Definition: GoogleCalendarInsertDataProvider.qc.dox.h:51
*DataProvider::AbstractDataProviderType getRequestTypeImpl()
Returns the description of a successful request message, if any.
Google calendar insert request data type.
Definition: GoogleCalendarInsertDataProvider.qc.dox.h:102
const Fields
Field descriptions.
Definition: GoogleCalendarInsertDataProvider.qc.dox.h:107
constructor()
Creates the object.
Google calender type.
Definition: GoogleCalendarType.qc.dox.h:31
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