$darkmode
Libical API Documentation 4.0 STABLE VERSION Visit the v3.0 documentation
icalclassify.h
Go to the documentation of this file.
1 /*======================================================================
2  FILE: icalclassify.h
3  CREATOR: eric 21 Aug 2000
4 
5  SPDX-FileCopyrightText: 2000, Eric Busboom <eric@civicknowledge.com>
6  SPDX-License-Identifier: LGPL-2.1-only OR MPL-2.0
7  =========================================================================*/
8 
14 #ifndef ICALCLASSIFY_H
15 #define ICALCLASSIFY_H
16 
17 #include "libical_icalss_export.h"
18 #include "icalset.h"
19 #include "icalcomponent.h"
20 
21 LIBICAL_ICALSS_EXPORT icalproperty_xlicclass icalclassify(icalcomponent *c,
22  icalcomponent *match, const char *user);
23 
24 LIBICAL_ICALSS_EXPORT icalcomponent *icalclassify_find_overlaps(icalset *set,
25  icalcomponent *comp);
26 
27 #endif /* ICALCLASSIFY_H */
Icalset is the "base class" for representations of a collection of iCal components.
icalcomponent * icalclassify_find_overlaps(icalset *set, icalcomponent *comp)
Definition: icalclassify.c:65
Defines the data structure for iCalendar components.