CalBackendSync
Object Hierarchy:
Description:
[
CCode ( type_id =
"e_cal_backend_sync_get_type ()" ) ]
public class CalBackendSync :
CalBackend,
TimezoneCache
Contains only private data that should be read and manipulated using the functions below.
Content:
Creation methods:
Methods:
- public void add_timezone (DataCal cal, Cancellable? cancellable, string tzobject) throws Error
Calls the add_timezone_sync method on the given backend.
- public virtual void add_timezone_sync (DataCal cal, Cancellable? cancellable, string tzobject) throws Error
Add specified timezone
- public void create_objects (DataCal cal, Cancellable? cancellable, SList<string> calobjs, OperationFlags opflags, out SList<string> uids, out SList<Component> new_components) throws Error
Calls the create_objects_sync method on the given backend.
- public void discard_alarm (DataCal cal, Cancellable? cancellable, string uid, string rid, string auid, OperationFlags opflags) throws Error
Calls the discard_alarm_sync method on the given backend.
- public virtual void discard_alarm_sync (DataCal cal, Cancellable? cancellable, string uid, string rid, string auid, OperationFlags opflags) throws Error
Discard alarm
- public void get_attachment_uris (DataCal cal, Cancellable? cancellable, string uid, string rid, SList<string> attachments) throws Error
Calls the get_attachment_uris_sync method on the given backend.
- public void get_free_busy (DataCal cal, Cancellable? cancellable, SList<string> users, time_t start, time_t end, out SList<string> freebusyobjects) throws Error
Calls the get_free_busy_sync method on the given backend.
- public void get_object (DataCal cal, Cancellable? cancellable, string uid, string? rid, out string calobj) throws Error
Calls the get_object_sync method on the given backend.
- public void get_object_list (DataCal cal, Cancellable? cancellable, string sexp, out SList<string> calobjs) throws Error
Calls the get_object_list_sync method on the given backend.
- public virtual void get_object_sync (DataCal cal, Cancellable? cancellable, string uid, string rid, string calobj) throws Error
Get single object
- public void get_timezone (DataCal cal, Cancellable? cancellable, string tzid, string tzobject) throws Error
Calls the get_timezone_sync method on the given backend.
- public virtual void get_timezone_sync (DataCal cal, Cancellable? cancellable, string tzid, string tzobject) throws Error
Get specified timezone
- public void modify_objects (DataCal cal, Cancellable? cancellable, SList<string> calobjs, ObjModType mod, OperationFlags opflags, out SList<Component> old_components, out SList<Component> new_components) throws Error
Calls the modify_objects_sync method on the given backend.
- public void open (DataCal cal, Cancellable? cancellable = null) throws Error
Calls the open_sync method on the given backend.
- public virtual void open_sync (DataCal cal, Cancellable? cancellable = null) throws Error
Open the calendar
- public void receive_objects (DataCal cal, Cancellable? cancellable, string calobj, OperationFlags opflags) throws Error
Calls the receive_objects_sync method on the given backend.
- public virtual void receive_objects_sync (DataCal cal, Cancellable? cancellable, string calobj, OperationFlags opflags) throws Error
Receive objects
- public void refresh (DataCal cal, Cancellable? cancellable = null) throws Error
Calls the refresh_sync method on the given backend.
- public virtual void refresh_sync (DataCal cal, Cancellable? cancellable = null) throws Error
Refresh the calendar
- public void remove_objects (DataCal cal, Cancellable? cancellable, SList<ComponentId> ids, ObjModType mod, OperationFlags opflags, out SList<Component> old_components, out SList<Component> new_components) throws Error
Calls the remove_objects_sync method on the given backend.
- public void send_objects (DataCal cal, Cancellable? cancellable, string calobj, OperationFlags opflags, SList<string> users, out string modified_calobj) throws Error
Calls the send_objects_sync method on the given backend.
Inherited Members:
All known members inherited from class E.CalBackend
All known members inherited from class E.Backend
All known members inherited from class GLib.Object
All known members inherited from interface ECal.TimezoneCache