          MODULE=libgcal
         VERSION=0.9.6
          SOURCE=$MODULE-$VERSION.tar.bz2
      SOURCE_URL=http://libgcal.googlecode.com/files/
      SOURCE_VFY=sha1:d616b911a99b1846851371184dcd547dccf548de
        WEB_SITE=http://code.google.com/p/libgcal/
         ENTERED=20100908
         UPDATED=20100908
           SHORT="allow communication with google calendar and contacts"
cat << EOF
Its an ANSI C library that does allow communication with google calendar and
contacts, useful if you need to support this in a C or C++ application.

Currently, libgcal implements:

 - authentication
 - get all events/contacts
 - atom stream parsing
 - access to individual events/contacts
 - add/delete/edit using gcal objects
 - add/delete/edit using raw XML
 - query for updated events/contacts
 - use of http proxy
 - timezone
 - contact photo download/upload
 - google data protocol GCalendar 2.0 and Contacts 3.0
 - can be used with a C++ application
 - google hosted accounts (i.e. joe@foobar.com)
EOF
