Is there a simple way to create a valid icalendar file for a single appointment providing date, time, title and description on the linux commandline? Note that this data might have to be escaped properly.
I looked at konsolecalendar (kde) but it seems to be broken on my kubuntu linux.
Is there a simple way to create a valid icalendar file for a single
Share
There’s a Python library that could be used to create a simple command-line utility for this purpose:
https://icalendar.readthedocs.io/en/latest/