summaryrefslogtreecommitdiffstats
path: root/python/ics/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/ics/README')
-rw-r--r--python/ics/README15
1 files changed, 15 insertions, 0 deletions
diff --git a/python/ics/README b/python/ics/README
new file mode 100644
index 0000000000..7429ff0fd2
--- /dev/null
+++ b/python/ics/README
@@ -0,0 +1,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