Libical API Documentation 4.0 UNRELEASED Go to the stable 3.0 documentation
Loading...
Searching...
No Matches
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
13
14#ifndef ICALCLASSIFY_H
15#define ICALCLASSIFY_H
16
17#include "libical_icalss_export.h"
18#include "icalset.h"
19#include "icalcomponent.h"
20
21LIBICAL_ICALSS_EXPORT icalproperty_xlicclass icalclassify(icalcomponent *c,
22 icalcomponent *match, const char *user);
23
24LIBICAL_ICALSS_EXPORT icalcomponent *icalclassify_find_overlaps(icalset *set,
25 icalcomponent *comp);
26
27#endif /* ICALCLASSIFY_H */
icalcomponent * icalclassify_find_overlaps(icalset *set, icalcomponent *comp)
Defines the data structure for iCalendar components.
Icalset is the "base class" for representations of a collection of iCal components.