diff options
| author | erdgeist <erdgeist@bauklotz.local> | 2009-03-15 04:00:40 +0100 |
|---|---|---|
| committer | erdgeist <erdgeist@bauklotz.local> | 2009-03-15 04:00:40 +0100 |
| commit | f40972938df392d245c9b5a910d22243def6f9c5 (patch) | |
| tree | e5f304ec15e3441d9338250368ae688026af5c0f /lib/chaos_calendar/ical_occurrences.i | |
| parent | c9fa047402fdc009319dca7b05455e8ce73eaee7 (diff) | |
ruby wrapper around libical
Diffstat (limited to 'lib/chaos_calendar/ical_occurrences.i')
| -rw-r--r-- | lib/chaos_calendar/ical_occurrences.i | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/chaos_calendar/ical_occurrences.i b/lib/chaos_calendar/ical_occurrences.i new file mode 100644 index 00000000..5f7efd5d --- /dev/null +++ b/lib/chaos_calendar/ical_occurrences.i | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | %module ical_occurrences | ||
| 2 | |||
| 3 | %inline { | ||
| 4 | VALUE occurrences( char * dtstart, char * dtend, char * rrule ); | ||
| 5 | } | ||
| 6 | |||
