NOTICE: This package has been removed from pkgsrc

./wip/libgcal, C library allows communication with google calendar and contacts

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.9.6, Package name: libgcal-0.9.6, Maintainer: pkgsrc-users

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)


Required to run:
[textproc/libxml2] [www/curl] [devel/check]

Required to build:
[devel/cmake] [devel/pkg-config]

Master sites:

SHA1: d616b911a99b1846851371184dcd547dccf548de
RMD160: 1ee61c22190d929178d9c75ced8a984536e2c1e2
Filesize: 542.912 KB

Version history: (Expand)


CVS history: (Expand)


   2013-07-02 13:40:44 by othyro | Files touched by this commit (5) | Package removed
Log message:
-libgcal; Imported into time/
   2013-02-23 13:55:31 by othyro | Files touched by this commit (5) | Package updated
Log message:
Import libgcal-0.9.6 as wip/libgcal.

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)