summaryrefslogtreecommitdiff
blob: 9065a63031bcb2f68a33cccbef84e2801bd04a45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>no-herd</herd>
<maintainer>
	<email>bangert@gentoo.org</email>
</maintainer>
<longdescription lang="en">
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 2.0
 - can be used with a C++ application
 - google hosted accounts (i.e. joe@foobar.com)
</longdescription>
</pkgmetadata>