Unit test stuff on new contact fields.
[libgcal.git] / README
blob8894ad4545d846ef3c179b8bff1f737cea8e55bf
1 libgcal README
2 cavalcantii@gmail.com
4 == About ==
6    This is a library to access google calendar events and contacts,
7    its purpose is
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.
19 == Status ==
21 === Functional ===
23  - authentication
25  - get all events/contacts
27  - atom stream parsing
29  - access to individual events/contacts
31  - add/delete/edit
33  - query for updated events/contacts
35  - timezone support
37  - operate using only raw XML (without creating gcal_event or gcal_contact
38  objects).
40  - use of http proxy
42  - Contact photo upload/download
44  - Hosted accounts
47 === Missing ===
50  - batch commit
52  - Calendar: creation of recurrent events (should use libical)
55 === Dependencies ===
57  - libxml
59  - libcurl
62 ps: you can format this document to HTML running
64 $txt2tags -t html README