summaryrefslogtreecommitdiff
path: root/gdata/services/calendar/gdata-calendar-service.c
Commit message (Expand)AuthorAgeFilesLines
* remove deprecated calendar service apisDaniel Kolesa2021-06-171-75/+0
* general: Port from GSimpleAsyncResult to GTaskPhilip Withnall2017-08-091-15/+18
* docs: Replace ‘**/’ gtk-doc comment endings with ‘*/’Philip Withnall2017-01-241-9/+9
* Release version 0.17.2LIBGDATA_0_17_2Philip Withnall2015-07-101-5/+5
* calendar: Set the self link for each GDataCalendarEventPhilip Withnall2015-05-061-39/+0
* calendar: Port to the Calendar API version 3Philip Withnall2015-05-041-110/+404
* core: Mark all API as stable and impose API and ABI stability guaranteesPhilip Withnall2014-11-031-1/+1
* Bug 653530 — Bogus run-time warningsPhilip Withnall2011-06-291-11/+24
* introspection: Add GDestroyNotify to progress callbacksPhilip Chimento2011-06-181-7/+20
* introspection: Fix introspection for GCancellable parametersP. F. Chimento2011-06-071-14/+14
* core: Remove the old authentication API in favour of a new GDataAuthorizer APIPhilip Withnall2011-06-051-24/+64
* calendar: Fix some typos in code examplesPhilip Withnall2010-12-301-3/+5
* calendar: Add a code example for using batch operationsPhilip Withnall2010-12-301-0/+71
* calendar: Add a code example for calendar ACLsPhilip Withnall2010-12-301-0/+97
* calendar: Add an async method for gdata_calendar_service_insert_event()Philip Withnall2010-12-101-1/+34
* calendar: Add an async method for gdata_calendar_service_query_events()Philip Withnall2010-12-101-1/+56
* introspection: Add missing (transfer full) annotationsPhilip Withnall2010-09-301-4/+4
* introspection: (skip) async query methodsPhilip Withnall2010-09-301-2/+2
* introspection: Add missing (scope call) annotationsPhilip Withnall2010-09-301-3/+3
* Bug 624142 — Add batch operation support to Calendar servicePhilip Withnall2010-08-251-1/+2
* calendar: Use "default" instead of the user's username in request URIsPhilip Withnall2010-08-251-2/+1
* core: Add a _gdata_service_build_uri() function to escape URI componentsPhilip Withnall2010-08-231-3/+2
* calendar: Update GDataCalendarService to GDataEntry:content-uriPhilip Withnall2010-08-231-2/+2
* [introspection] Add missing annotations to GDataCalendarServicePhilip Withnall2010-08-031-5/+5
* [introspection] Add (closure) annotationsPhilip Withnall2010-07-261-7/+7
* [core] Whitespace fixesPhilip Withnall2010-04-121-20/+17
* [core] Tidy up preconditionsPhilip Withnall2010-04-101-0/+28
* [core] Removed unnecessary *_GET_PRIVATE macros everywherePhilip Withnall2010-03-251-1/+0
* [core] Use HTTPS URIs wherever possiblePhilip Withnall2010-01-181-9/+32
* [calendar] Added GDataCalendarFeed to parse Calendar-specific feed propertiesPhilip Withnall2009-05-171-0/+2
* [calendar] Don't require that queries are GDataCalendarQuerysPhilip Withnall2009-05-151-16/+16
* Bug 581706 – translation issuesPhilip Withnall2009-05-071-1/+1
* [docs] Added "Since" clauses to all relevant documentationPhilip Withnall2009-04-241-0/+2
* Added API documentation for GDataCalendarService and GDataCalendarQueryPhilip Withnall2009-04-221-2/+121
* Removed redundant parameters from insert and update functionsPhilip Withnall2009-04-191-1/+1
* Bug 578662 – Support unknown XML elementsPhilip Withnall2009-04-161-12/+6
* Added calendar event insertion supportPhilip Withnall2009-04-151-0/+19
* Fixed licence to consistently be LGPLv2.1.Philip Withnall2009-04-011-9/+9
* Added progress callbacks.Philip Withnall2009-03-131-48/+25
* Added the beginnings of support for calendar event feeds, including basic sup...Philip Withnall2009-02-241-0/+35
* Added "own calendars" query.Philip Withnall2009-02-241-0/+43
* Changed to use g_set_error_literal instead of g_set_error where possible.Philip Withnall2009-02-241-0/+15
* Added the basic framework for a Google Calendar service.Philip Withnall2009-02-241-0/+84