Registry / serialization / libical

libical

JSON →
library3.0.20vcpkgunverified

Reference implementation of the iCalendar data type and serialization format

vcpkg install libical
INSTALL
IMPORT
SIG · LIBICAL
L
libical
serializationcppv3.0.20
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

libical/ical.h
#include <libical/ical.h>

Create and free an iCalendar component

#include <libical/ical.h> #include <stdio.h> int main() { icalcomponent *root = icalcomponent_new(ICAL_VCALENDAR_COMPONENT); printf("Created iCalendar component\n"); icalcomponent_free(root); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.0.20latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

libical — pip install libical · libregistry