34 "desc":
"Google calendars data provider; parent provider for REST APIs related to specific Google "
36 "type":
"GoogleCalendarsDataProvider",
38 "supports_children": True,
39 "children_can_support_apis": True,
44 AbstractDataProvider::DataProviderSummaryInfoKeys
The parent class for REST APIs related to specific Google calendars.
Definition: GoogleCalendarsDataProvider.qc.dox.h:28
*list< hash< DataProvider::DataProviderSummaryInfo > > getChildProviderSummaryInfo()
Return data provider summary info.
*list< string > getChildProviderNamesImpl()
Returns a list of child data provider names, if any.
const ProviderSummaryInfo
Provider summary info.
Definition: GoogleCalendarsDataProvider.qc.dox.h:43
hash< string, bool > getAllCalendars()
Returns access info for all tables.
hash< string, bool > calendars
Calendar list.
Definition: GoogleCalendarsDataProvider.qc.dox.h:49
hash< DataProvider::DataProviderInfo > getStaticInfoImpl()
Returns data provider static info.
const ProviderInfo
Provider info.
Definition: GoogleCalendarsDataProvider.qc.dox.h:32
*string getDesc()
Returns the data provider description.
*GoogleDataProviderBase getChildProviderImpl(string name)
Returns the given child provider or NOTHING if the given child is unknown.
Qore::Thread::Mutex lck()
Metadata mutex.
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.
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