You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li><b>payload</b> - a string to describe the event using <ahref="https://support.google.com/calendar/answer/36604?hl=en">quick add format</a></li>
36
+
<li><b>payload</b> - either a string to describe the event using <ahref="https://support.google.com/calendar/answer/36604?hl=en">quick add format</a> or an object representing the request body for an <ahref="https://developers.google.com/google-apps/calendar/v3/reference/events/insert">insert request</a></li>
37
37
<li><b>calendar</b> - the calendar to add the event to (optional, defaults to the node calendar property or the users primary calendar)</li>
38
+
<li><b>sendNotifications</b> - a boolean to determine if notifications should be sent to attendees (optional, defaults to false)</li>
0 commit comments