44 Qore::Thread::Mutex
lck();
The parent class for REST APIs related to specific Google calendars.
Definition GoogleCalendarsDataProvider.qc.dox.h:28
string getName()
Returns the data provider name.
*string getDesc()
Returns the data provider description.
const ProviderInfo
Provider info.
Definition GoogleCalendarsDataProvider.qc.dox.h:32
*list< string > getChildProviderNamesImpl()
Returns a list of child data provider names, if any.
*GoogleDataProvider::GoogleDataProviderBase getChildProviderImpl(string name)
Returns the given child provider or nothing if the given child is unknown.
constructor(GoogleRestClient::GoogleRestClient rest)
Creates the object from a REST connection.
*list< hash< DataProvider::DataProviderSummaryInfo > > getChildProviderSummaryInfo()
Return data provider summary info.
hash< string, bool > calendars
Calendar list.
Definition GoogleCalendarsDataProvider.qc.dox.h:41
hash< DataProvider::DataProviderInfo > getStaticInfoImpl()
Returns data provider static info.
Qore::Thread::Mutex lck()
Metadata mutex.
constructor(*hash< auto > options)
Creates the object from constructor options.
const ProviderSummaryInfo
Provider summary info.
Definition GoogleCalendarsDataProvider.qc.dox.h:36
hash< string, bool > getAllCalendars()
Returns the set of all calendars.
Qore GoogleCalendarDataProvider module definition.
Definition GoogleCalendarBaseDataProvider.qc.dox.h:26