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
- Host: GitHub
- URL: https://github.com/kde/kcalcore
- Owner: KDE
- License: other
- Created: 2015-09-18T11:57:04.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-12-14T06:24:59.000Z (over 4 years ago)
- Last Synced: 2025-04-04T23:01:30.460Z (2 months ago)
- Language: C++
- Size: 18.3 MB
- Stars: 7
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
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.