$darkmode
Routines for storing calendar data in a file system. More...
Go to the source code of this file.
Functions | |
| void | icalcalendar_free (icalcalendar *calendar) |
| icalset * | icalcalendar_get_booked (icalcalendar *calendar) |
| icalset * | icalcalendar_get_freebusy (icalcalendar *calendar) |
| icalset * | icalcalendar_get_incoming (icalcalendar *calendar) |
| icalset * | icalcalendar_get_properties (icalcalendar *calendar) |
| int | icalcalendar_islocked (const icalcalendar *calendar) |
| int | icalcalendar_lock (const icalcalendar *calendar) |
| icalcalendar * | icalcalendar_new (const char *dir) |
| int | icalcalendar_ownlock (const icalcalendar *calendar) |
| int | icalcalendar_unlock (const icalcalendar *calendar) |
Routines for storing calendar data in a file system.
The calendar has two icaldirsets, one for incoming components and one for booked components. It also has interfaces to access the free/busy list and a list of calendar properties
Definition in file icalcalendar.h.
| icalset* icalcalendar_get_freebusy | ( | icalcalendar * | calendar | ) |
Gets the freebusy info from the specified icalcalendar.
| calendar | is a pointer to a valid icalendar |
Definition at line 225 of file icalcalendar.c.
| icalset* icalcalendar_get_properties | ( | icalcalendar * | calendar | ) |
Gets the properties from the specified icalcalendar.
| calendar | is a pointer to a valid icalendar |
Definition at line 206 of file icalcalendar.c.
1.8.10