query_all_calendars


Description:

public Feed query_all_calendars (Query? query, Cancellable? cancellable, QueryProgressCallback? progress_callback) throws Error

Queries the service to return a list of all calendars from the authenticated account which match the given query.

It will return all calendars the user has read access to, including primary, secondary and imported calendars.

For more details, see query.

Parameters:

this

a CalendarService

query

a Query with the query parameters, or null

cancellable

optional Cancellable object, or null

progress_callback

a QueryProgressCallback to call when an entry is loaded, or null

progress_user_data

data to pass to the progress_callback function

Returns:

a Feed of query results; unref with unref