6 This is a library to access google calendar events and contacts,
9 - provide easy access to available events/contacts
11 - enable common operations: add, delete, edit
13 - have few dependencies (up until now, only requires libcurl and libxml)
15 It implements Google Data API 2.0 for Calendar and API version 3.0
16 for contacts. It is tested on Linux and MacOSX.
25 - get all events/contacts
29 - access to individual events/contacts
33 - query for updated events/contacts
37 - operate using only raw XML (without creating gcal_event or gcal_contact
42 - Contact photo upload/download
52 - Calendar: creation of recurrent events (should use libical)
62 ps: you can format this document to HTML running
64 $txt2tags -t html README