12#ifndef ICALSPANLIST_CXX_H
13#define ICALSPANLIST_CXX_H
15#include "libical_icalss_export.h"
37class LIBICAL_ICALSS_EXPORT ICalSpanList
41 ICalSpanList(
const ICalSpanList &v);
47 explicit ICalSpanList(icalcomponent *comp);
58 ICalSpanList &operator=(
const ICalSpanList &);
61 operator icalspanlist *()
67 std::vector<int> as_vector(
int delta_t);
VComponent * get_vfreebusy(const char *organizer, const char *attendee)
Returns a VFREEBUSY component for the object.
A class wrapping the libical icalcomponent functions.
Defines the data structure for iCalendar components.
Code that supports collections of free/busy spans of time.
Defines the data structure for representing date-times.