Versions in this module Expand all Collapse all v1 v1.0.260758 Jul 30, 2026 Changes in this version + func Connect(ctx context.Context, provider Provider, clientID string, ...) error + type Provider string + const Google + const Microsoft + type SyncedEvent struct + AllDay bool + End time.Time + ID string + Start time.Time + Title string + func FetchEvents(ctx context.Context, provider Provider, clientID string, from, to time.Time, ...) ([]SyncedEvent, error)