]> git.neil.brown.name Git - plato.git/commit
ical-date - now in C
authorNeilBrown <neilb@suse.de>
Tue, 31 Dec 2013 03:06:51 +0000 (14:06 +1100)
committerNeilBrown <neilb@suse.de>
Tue, 31 Dec 2013 22:40:23 +0000 (09:40 +1100)
commit5250662614d9f914ad8e17ef79f45fe9022b7173
treeb3a332ac79f0a8d13f1c2112064e02b43d96a9bd
parentaa9b2b685c69550fdf91ae1817fc742f06b576fb
ical-date - now in C

This is  a C version of ical.py (which is python).
It can take an ical RRULE and make a useful list of dates.
There is stuff missing, like RDATE/EXDATE handling, but I want to move
on and that stuff can be added when needed.
.gitignore
lib/ical-dates.c [new file with mode: 0644]
lib/ical-dates.h [new file with mode: 0644]
lib/ical-test.c [new file with mode: 0644]