File: README.md

package info (click to toggle)
kf6-kcalendarcore 6.13.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,048 kB
  • sloc: cpp: 23,928; perl: 136; sh: 11; makefile: 7
file content (20 lines) | stat: -rw-r--r-- 746 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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 \<eric@softwarestudio.org\> for his libical
software that does most of the heavy-lifting of the iCalendar support
that is abstracted by this API.