gcalcli is a Python application that allows you to access your Google Calendar from a command line. It is easy to get your agenda, search for events and quickly add new events. Additionally, gcalcli can be used as a reminder service to execute any application you want.
gcalcli is a Python application that allows you to access your Google Calendar from a command line. It is easy to get your agenda, search for events and quickly add new events. Additionally, gcalcli can be used as a reminder service to execute any application you want.
To install gcalcli, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install gcalcli
To see what files were installed by gcalcli, run:
port contents gcalcli
To later upgrade gcalcli, run:
sudo port selfupdate && sudo port upgrade gcalcli
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.