Versions in this module Expand all Collapse all v0 v0.1.0 May 19, 2024 Changes in this version + type Calendar struct + func NewCalendar(credsFile, token, email string) (*Calendar, error) + func (c Calendar) Events() ([]Event, error) + type Event struct + End time.Time + Start time.Time + Title string