24#ifndef ICALRESTRICTION_H
25#define ICALRESTRICTION_H
33#include "libical_ical_export.h"
int icalrestriction_check(icalcomponent *comp)
Checks if a given VCALENDAR meets all the restrictions imposed by the standard.
icalrestriction_kind
The kinds of icalrestrictions there are.
Definition icalrestriction.h:43
@ ICAL_RESTRICTION_ZEROPLUS
Definition icalrestriction.h:54
@ ICAL_RESTRICTION_UNKNOWN
Definition icalrestriction.h:69
@ ICAL_RESTRICTION_ONE
Definition icalrestriction.h:51
@ ICAL_RESTRICTION_ONEEXCLUSIVE
Definition icalrestriction.h:63
@ ICAL_RESTRICTION_ONEPLUS
Definition icalrestriction.h:57
@ ICAL_RESTRICTION_NONE
Definition icalrestriction.h:45
@ ICAL_RESTRICTION_ZEROORONE
Definition icalrestriction.h:60
@ ICAL_RESTRICTION_ONEMUTUAL
Definition icalrestriction.h:66
@ ICAL_RESTRICTION_ZERO
Definition icalrestriction.h:48
int icalrestriction_compare(icalrestriction_kind restr, int count)
Checks if the given count is in accordance with the given restriction, restr.
Definition icalcomponent.c:36