CalendarService
Object Hierarchy:
Description:
[
CCode ( type_id =
"gdata_calendar_service_get_type ()" ) ]
public class CalendarService :
Service,
Batchable
All the fields in the CalendarService structure are private and should never be accessed directly.
Content:
Static methods:
Creation methods:
Methods:
- public CalendarEvent insert_calendar_event (CalendarCalendar calendar, CalendarEvent event, Cancellable? cancellable = null) throws Error
Inserts event
by uploading it to the online calendar service,
adding it to the specified calendar
.
- public async void insert_calendar_event_async (CalendarCalendar calendar, CalendarEvent event, Cancellable? cancellable)
Inserts event
by uploading it to the online calendar service,
adding it to the specified calendar
.
- 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
.
- public async void query_all_calendars_async (Query? query, Cancellable? cancellable, owned QueryProgressCallback? progress_callback)
Queries the service to return a list of all calendars from the authenticated
account which match the given query
.
- public Feed query_events (CalendarCalendar calendar, Query? query, Cancellable? cancellable, QueryProgressCallback? progress_callback) throws Error
Queries the service to return a list of events in the given calendar
, which match query
.
- public async void query_events_async (CalendarCalendar calendar, Query? query, Cancellable? cancellable, owned QueryProgressCallback? progress_callback)
Queries the service to return a list of events in the given calendar
, which match query
.
- public Feed query_own_calendars (Query? query, Cancellable? cancellable, QueryProgressCallback? progress_callback) throws Error
Queries the service to return a list of calendars from the authenticated
account which match the given query
, and the authenticated user owns.
- public async void query_own_calendars_async (Query? query, Cancellable? cancellable, owned QueryProgressCallback? progress_callback)
Queries the service to return a list of calendars from the authenticated
account which match the given query
, and the authenticated user owns.
Inherited Members:
All known members inherited from class GData.Service
All known members inherited from class GLib.Object
All known members inherited from interface GData.Batchable