summaryrefslogtreecommitdiffstats
path: root/python/ics/README
blob: 7429ff0fd2ddb2e6daaa708a4271112268a97a69 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Ics.py is a pythonic and easy iCalendar library. Its goals are to
read and write ics data in a developer friendly way.

iCalendar is a widely-used and useful format but not user friendly.
Ics.py is there to give you the ability of creating and reading this
format without any knowledge of it.

It should be able to parse every calendar that respects the rfc5545
and maybe some more… It also outputs rfc compliant calendars.

iCalendar (file extension .ics) is used by
Google Calendar, Apple Calendar, Android and many more.

Ics.py is available for Python 3.7, 3.8, 3.9, 3.10, 3.11
and is Apache2 Licensed