$darkmode
Libical API Documentation 4.0 STABLE VERSION Visit the v3.0 documentation
icalclassify.h File Reference

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)
 

Detailed Description

Defines functions for classification.

Definition in file icalclassify.h.

Function Documentation

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.