Versions in this module Expand all Collapse all v0 v0.0.2 Nov 10, 2021 Changes in this version + type Event struct + Description string + End time.Time + Hangout string + Link string + Location string + Reminders []*Reminder + Start time.Time + Summary string + type Notifier struct + func NewNotifier(svc *calendar.Service, calendarID string) (*Notifier, error) + func (n *Notifier) Poll(ctx context.Context) + type Reminder struct + Before time.Duration + Notified bool + func (r *Reminder) String() string