Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 6bc14a5f0373407b5c5577d968bcb43e > files > 6

libgcal-0.9.5-1.fc14.x86_64.rpm

libgcal README
cavalcantii@gmail.com

== About ==

   This is a library to access google calendar events and contacts,
   its purpose is

   - provide easy access to available events/contacts

   - enable common operations: add, delete, edit

   - have few dependencies (up until now, only requires libcurl and libxml)

   It implements Google Data API 2.0 for Calendar and API version 3.0
   for contacts. It is tested on Linux and MacOSX.


== Status ==

=== Functional ===

 - authentication

 - get all events/contacts

 - atom stream parsing

 - access to individual events/contacts

 - add/delete/edit

 - query for updated events/contacts

 - timezone support

 - operate using only raw XML (without creating gcal_event or gcal_contact
 objects).

 - use of http proxy

 - Contact photo upload/download

 - Hosted accounts


=== Missing ===


 - batch commit

 - Calendar: creation of recurrent events (should use libical)


=== Dependencies ===

 - libxml

 - libcurl


ps: you can format this document to HTML running

$txt2tags -t html README