icalendar2
iCalendar specification (RFC 2445) defines calendaring format
Install
- All systems
-
curl cmd.cat/icalendar2.sh
- Arch Linux
-
pacman -S python2-icalendar
- Fedora
-
dnf install python2-icalendar
- Dockerfile
- dockerfile.run/icalendar2
python2-icalendar
iCalendar specification (RFC 2445) defines calendaring format
used by many applications (Zimbra, Thunderbird and others). This module is a parser/generator of iCalendar files for use with Python. It follows the RFC 2445 (iCalendar) specification. The aim is to make a package that is fully compliant with RFC 2445, well designed, simple to use and well documented.