34 "desc":
"Google calendar API for retrieving a specific calendar",
35 "type":
"GoogleCalendarGetDataProvider",
37 "id": <DataProviderOptionInfo>{
38 "type": AbstractDataProviderTypeMap.
"string",
39 "desc":
"The calendar ID",
42 "supports_request":
True,
47 AbstractDataProvider::DataProviderSummaryInfoKeys
Data provider API for retrieving a specific calendar.
Definition: GoogleCalendarGetDataProvider.qc.dox.h:28
const ResponseType
Response type.
Definition: GoogleCalendarGetDataProvider.qc.dox.h:54
string id
The calendar's ID.
Definition: GoogleCalendarGetDataProvider.qc.dox.h:58
string getName()
Returns the data provider name.
*DataProvider::AbstractDataProviderType getResponseTypeImpl()
Returns the description of a response message, if this object represents a response message.
const ProviderSummaryInfo
Provider summary info.
Definition: GoogleCalendarGetDataProvider.qc.dox.h:46
const ProviderInfo
Provider info.
Definition: GoogleCalendarGetDataProvider.qc.dox.h:32
const RequestType
Request type.
Definition: GoogleCalendarGetDataProvider.qc.dox.h:51
constructor(GoogleRestClient::GoogleRestClient rest, string id, *hash< auto > cal)
Creates the object from a REST connection.
auto doRequestImpl(auto req, *hash< auto > request_options)
Makes a request and returns the response.
*hash< auto > cal
The calendar's metadata.
Definition: GoogleCalendarGetDataProvider.qc.dox.h:61
*DataProvider::AbstractDataProviderType getRequestTypeImpl()
Returns the description of a successful request message, if any.
constructor(*hash< auto > options)
Creates the object from constructor options.
*string getDesc()
Returns the data provider description.
hash< DataProvider::DataProviderInfo > getStaticInfoImpl()
Returns data provider static info.
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