Want to get data from a public calendar? The icalendar library can help with that!
In this example, let's get data from the public Lick Lunch calendar.
First install the required library: $ sudo pip3 install icalendar requests (on Raspberry Pi 5: sudo apt install python3-icalendar )
Get the link to the calender feed.
Use the lick_calendar.py example to get the data and print it in the debug window.