https://github.com/kde/kcalendarcore
KCalendarCore - Library for Interfacing with Calendars
https://github.com/kde/kcalendarcore
Last synced: about 2 months ago
JSON representation
KCalendarCore - Library for Interfacing with Calendars
- Host: GitHub
- URL: https://github.com/kde/kcalendarcore
- Owner: KDE
- Created: 2019-09-18T15:17:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-04-10T17:50:14.000Z (2 months ago)
- Last Synced: 2025-04-10T18:59:05.964Z (2 months ago)
- Language: C++
- Homepage: https://invent.kde.org/frameworks/kcalendarcore
- Size: 19.2 MB
- Stars: 9
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSES/BSD-3-Clause.txt
Awesome Lists containing this project
README
# KCalendarCore
This library provides access to and handling of calendar data.
## Introduction
KCalendarCore 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).## Acknowledgments
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.