Removing empty spaces.
[libgcal.git] / README
blob87ed235228e8e63479137674dbf6c54dcd4cf1ed
1 libgcal README
2 adenilson.silva@indt.org.br
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 and is tested on Linux and MacOSX.
18 == Status ==
20 === Functional ===
22  - authentication
24  - get all events/contacts
26  - atom stream parsing
28  - access to individual events/contacts
30  - add/delete/edit
32  - query for updated events/contacts
34  - timezone support
36  - operate using only raw XML (without creating gcal_event or gcal_contact
37  objects).
39  - use of http proxy
41  - Contact photo upload/download
43  - Hosted accounts
46 === Missing ===
49  - batch commit
51  - Calendar: creation of recurrent events (should use libical)
54 === Dependencies ===
56  - libxml
58  - libcurl
61 ps: you can format this document to HTML running
63 $txt2tags -t html README