16 lines
608 B
Plaintext
16 lines
608 B
Plaintext
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
|