Skip to content

Commit 065b0d3

Browse files
Update Google.md
1 parent 89b8b5a commit 065b0d3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/Google.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -533,11 +533,10 @@ The `event` object used with Google Calendar methods includes the following prop
533533
| guestsCanSeeOtherGuests| | Boolean | (Default: true) If attendees can see each other.|
534534
| location | | Text | Event location.|
535535
| recurrence\[] | | Collection | List of rules for repeating events using [RFC5545](https://www.rfc-editor.org/rfc/rfc5545) format (RRULE/EXRULE/RDATE/EXDATE (e.g., FREQ=WEEKLY;BYDAY=MO)). Does not include start/end times, use the `start` and `end` for that. Omit this field for one-time events. |
536-
| reminders.useDefault | | Boolean | Whether to use the calendar’s default reminders.|
537536
| reminders.overrides\[] | | Collection | Custom reminders.|
538537
| | method | String | **Required**. Method of the reminder: "email" or "popup"|
539538
| | minutes | Integer | **Required**. Time before event (in minutes) when reminder should trigger. Between 0 and 40320.|
540-
| reminders.useDefault | | Boolean | Whether the default reminders of the calendar apply to the event.|
539+
| reminders.useDefault | | Boolean | Whether to use the calendar’s default reminders for the event.|
541540
| source.title | | Text | Title of the source linked to the event, such as a web page or email subject.|
542541
| source.url | | Text | URL of the source linked to the event (must use `http` or `https`).|
543542
| status | | Text |Describes the event's current state. <br> Possible values: `"confirmed"` (default) `"tentative"`, or `"cancelled"`.|

0 commit comments

Comments
 (0)