CalDAVClient
Object Hierarchy:
Description:
public class CalDAVClient :
WebDAVClient
Content:
Delegates:
Creation methods:
Methods:
- public async HttpResponse add_item (Item item, bool update = false)
- public async HttpResponse add_section (Section section, bool update = false)
- public async HttpResponse complete_item (Item item)
- public async HttpResponse create_project (Project project)
- public async HttpResponse delete_item (Item item)
- public async HttpResponse delete_project (Project project)
- public async HttpResponse delete_section (Section section)
- public async void fetch_items_for_project (Project project, Cancellable cancellable, owned ProgressCallback? progress_callback = null) throws Error
- public async void fetch_project_details (Project project, Cancellable cancellable) throws Error
- public async ArrayList<Project> fetch_project_list (Source source, Cancellable cancellable) throws Error
- public async string? get_calendar_home (string principal_url, Cancellable cancellable) throws Error
- public async string? get_principal_url (Cancellable cancellable) throws Error
- public bool is_deleted_calendar (DomElement? resourcetype)
- public async HttpResponse move_item (Item item, Project destination_project)
- public async void sync (Source source, Cancellable cancellable) throws Error
- public async void sync_tasklist (Project project, Cancellable cancellable) throws Error
- public async HttpResponse update_project (Project project)
- public async void update_sync_token (Project project, Cancellable cancellable) throws Error
- public async void update_userdata (string principal_url, Source source, Cancellable cancellable) throws Error
Inherited Members:
All known members inherited from class Services.CalDAV.WebDAVClient
All known members inherited from class GLib.Object