fix: filter cancelled events from calendar list by default

This commit is contained in:
= 2026-02-24 15:21:12 +05:30 committed by Peter Steinberger
parent 845cb7f9b7
commit 061ffbe89d

View File

@ -20,6 +20,7 @@ func calendarEventsListCall(ctx context.Context, svc *calendar.Service, calendar
MaxResults(maxResults).
SingleEvents(true).
OrderBy("startTime").
ShowDeleted(false).
Context(ctx)
if strings.TrimSpace(pageToken) != "" {
call = call.PageToken(pageToken)