Versions in this module Expand all Collapse all v0 v0.2.0 Nov 27, 2018 Changes in this version + func MeetingSummary(event *calendar.Event) string v0.1.0 Aug 20, 2018 Changes in this version + func GoogleCalendarAuthorizationURL(provider config.Provider) (string, error) + func HandleGoogleCalendarAuthorization(provider config.Provider, authCode string) error + func HumanizedStartTime(event *calendar.Event) string + func IsMeetingSoon(event *calendar.Event) bool + func MeetingStartTime(event *calendar.Event) (time.Time, error) + func MeetingURLFromEvent(event *calendar.Event) (*url.URL, bool) + func NewGoogleCalendarService(provider config.Provider) (*calendar.Service, error) + func NewGoogleClient(provider config.Provider) (*http.Client, error) + func NextEvent(service *calendar.Service) (*calendar.Event, error)