11 #include "libical_icalss_export.h"
19 struct icalpvl_list_t;
21 struct icalspanlist_impl {
22 struct icalpvl_list_t *spans;
26 typedef struct icalspanlist_impl icalspanlist;
91 const char *organizer,
92 const char *attendee);
Icalset is the "base class" for representations of a collection of iCal components.
int * icalspanlist_as_freebusy_matrix(icalspanlist *spanlist, int delta_t)
icalspanlist * icalspanlist_from_vfreebusy(icalcomponent *comp)
void icalspanlist_free(icalspanlist *sl)
icalspanlist * icalspanlist_new(icalset *set, struct icaltimetype start, struct icaltimetype end)
void icalspanlist_dump(icalspanlist *sl)
struct icalperiodtype icalspanlist_next_free_time(icalspanlist *sl, struct icaltimetype t)
icalcomponent * icalspanlist_as_vfreebusy(icalspanlist *sl, const char *organizer, const char *attendee)