ccs-calendarserver is a standards-compliant server implementing the CalDAV and CardDAV protocols, including iMIP and APNS. It provides a shared location on the network allowing multiple users to store and edit calendaring and contact information. This port provides a basic, working, easily modifiable configuration, previously used in macOS Server.app, and an nginx reverse proxy to handle modern crypto and isolate the backend server.
ccs-calendarserver is a standards-compliant server implementing the CalDAV and CardDAV protocols, including iMIP and APNS. It provides a shared location on the network allowing multiple users to store and edit calendaring and contact information. This port provides a basic, working, easily modifiable configuration, previously used in macOS Server.app, and an nginx reverse proxy to handle modern crypto and isolate the backend server.
To install calendar-contacts-server, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install calendar-contacts-server
To see what files were installed by calendar-contacts-server, run:
port contents calendar-contacts-server
To later upgrade calendar-contacts-server, run:
sudo port selfupdate && sudo port upgrade calendar-contacts-server
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.