Skip to content

Commit

Permalink
create_calendar_event accepts string sendUpdates, not boolean
Browse files Browse the repository at this point in the history
  • Loading branch information
daisieh authored Jan 29, 2020
1 parent 1c84909 commit 75d7ac2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google_calendar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ paths:
- description: Guests who should receive notifications about the creation of the new event.
in: query
name: sendUpdates
type: boolean
type: string
enum:
- all
- externalOnly
Expand Down

0 comments on commit 75d7ac2

Please sign in to comment.