The iCalendar package is a parser/generator of RFC 2445 iCalendar files.
The inspiration has come from the email package in the standard lib, which I think is pretty simple, yet efficient and powerful. The package can both generate and parse iCalendar files, and can easily be used as is. The aim is to make a package that is fully compliant to RFC 2445, well designed, simple to use and well documented.
The inspiration has come from the email package in the standard lib, which I think is pretty simple, yet efficient and powerful. The package can both generate and parse iCalendar files, and can easily be used as is. The aim is to make a package that is fully compliant to RFC 2445, well designed, simple to use and well documented.
To install py39-icalendar, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py39-icalendar
To see what files were installed by py39-icalendar, run:
port contents py39-icalendar
To later upgrade py39-icalendar, run:
sudo port selfupdate && sudo port upgrade py39-icalendar
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.