diff options
Diffstat (limited to 'calendar/cal-client/cal-client.h')
-rw-r--r-- | calendar/cal-client/cal-client.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/calendar/cal-client/cal-client.h b/calendar/cal-client/cal-client.h index 36ff410fe1..5ed95b75c3 100644 --- a/calendar/cal-client/cal-client.h +++ b/calendar/cal-client/cal-client.h @@ -168,6 +168,11 @@ CalQuery *cal_client_get_query (CalClient *client, const char *sexp); /* Resolves TZIDs for the recurrence generator. */ icaltimezone *cal_client_resolve_tzid_cb (const char *tzid, gpointer data); +/* Returns a complete VCALENDAR for a VEVENT/VTODO including all VTIMEZONEs + used by the component. It also includes a 'METHOD:PUBLISH' property. */ +char* cal_client_get_component_as_string (CalClient *client, + CalComponent *comp); + |