ics_diff

parse iCalendar and vCards in Python3

Install

All systems
curl cmd.cat/ics_diff.sh
Debian Debian
apt-get install python-vobject
Ubuntu
apt-get install python-vobject
Arch Arch Linux
pacman -S python-vobject
image/svg+xml Kali Linux
apt-get install python-vobject
Fedora
dnf install python3-vobject
Windows (WSL2)
sudo apt-get update sudo apt-get install python-vobject
Raspbian
apt-get install python-vobject

python3-vobject

parse iCalendar and vCards in Python3

Parses iCalendar and vCard files into Python3 data structures, decoding the relevant encodings. Also serializes vobject data structures to valid iCalendar or vCard unicode strings.

python-vobject

parse iCalendar and vCards in Python

Parses iCalendar and vCard files into Python data structures, decoding the relevant encodings. Also serializes vobject data structures to valid iCalendar or vCard unicode strings.