|
Libical API Documentation 4.0 UNRELEASED Go to the stable 3.0 documentation
|
Defines functions for classification. More...
Go to the source code of this file.
Functions | |
| icalproperty_xlicclass | icalclassify (icalcomponent *c, icalcomponent *match, const char *user) |
| icalcomponent * | icalclassify_find_overlaps (icalset *set, icalcomponent *comp) |
Defines functions for classification.
Definition in file icalclassify.h.
| icalproperty_xlicclass icalclassify | ( | icalcomponent * | c, |
| icalcomponent * | match, | ||
| const char * | user ) |
Definition at line 659 of file icalclassify.c.
| icalcomponent * icalclassify_find_overlaps | ( | icalset * | set, |
| icalcomponent * | comp ) |
Returns a set of components that intersect in time with comp. For component X and Y to intersect: X.DTSTART < Y.DTEND && X.DTEND > Y.DTSTART
Definition at line 65 of file icalclassify.c.