icalendar
iCalendar specification (RFC 2445) defines calendaring format
Install
- All systems
-
curl cmd.cat/icalendar.sh
- Debian
-
apt-get install python-icalendar - Ubuntu
-
apt-get install python-icalendar - Arch Linux
-
pacman -S python-icalendar - Kali Linux
-
apt-get install python-icalendar - Fedora
-
dnf install python-icalendar - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install python-icalendar - Raspbian
-
apt-get install python-icalendar
python-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.