11#ifndef ICALSPANLIST_CXX_H 
   12#define ICALSPANLIST_CXX_H 
   14#include "libical_icalss_export.h" 
   36class LIBICAL_ICALSS_EXPORT ICalSpanList
 
   40    ICalSpanList(
const ICalSpanList &v);
 
   57    ICalSpanList &operator=(
const ICalSpanList &);
 
   60    operator icalspanlist *()
 
 
 
ICalSpanList(icalset *set, icaltimetype start, icaltimetype end)
ICalSpanList(icalcomponent *comp)
ICalSpanList(VComponent &comp)
VComponent * get_vfreebusy(const char *organizer, const char *attendee)
std::vector< int > as_vector(int delta_t)
A class wrapping the libical icalcomponent functions.
Definition vcomponent_cxx.h:39
Code that supports collections of free/busy spans of time.
struct icaltimetype is a pseudo-object that abstracts time handling.