Package cal enables control over arbitrary 3rd party calendars. It implements
a standardized interface through which Google Calendar, Outlook and more can
be supported. It's up to individual drivers to add support for each of these
calendars.
This design is similar to golang.org/pkg/database/sql which defines an
interface and has drivers which implement that interface for various
databases.