summaryrefslogtreecommitdiff
path: root/lib/chaos_calendar/ical_occurrences.i
blob: 5f7efd5dae3e86a1c51c8ccc2dfa66826df2adb5 (plain)
1
2
3
4
5
6
%module ical_occurrences

%inline {
  VALUE occurrences( char * dtstart, char * dtend, char * rrule );
}