An open API service indexing awesome lists of open source software.

https://github.com/kde/kcalcore

This repository has no description
https://github.com/kde/kcalcore

Last synced: about 1 month ago
JSON representation

This repository has no description

Awesome Lists containing this project

README

        

# KCalendarCore #

This library provides access to and handling of calendar data.
It supports the standard formats iCalendar and vCalendar and the
group scheduling standard iTIP.

A calendar contains information like incidences (events, to-dos, journals),
alarms, time zones, and other useful information. This API provides
access to that calendar information via well known calendar formats
[iCalendar (or iCal)](https://en.wikipedia.org/wiki/Icalendar) and the older
[vCalendar](https://en.wikipedia.org/wiki/VCalendar).

Credit goes to Eric Bossum \ for his libical
software that does most of the heavy-lifting of the iCalendar support
that is abstracted by this API.