fix: filter cancelled events from calendar list by default
This commit is contained in:
parent
845cb7f9b7
commit
061ffbe89d
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user