googleworkspace / apps-script-samples

Apps Script samples for Google Workspace products.
https://developers.google.com/apps-script
Apache License 2.0
4.49k stars 1.83k forks source link

Bug in sample Calendar code #426

Closed tcardenasc closed 10 months ago

tcardenasc commented 10 months ago

Expected Behavior

Print the next 10 upcoming events in console.

Actual Behavior

Only prints events until an all-day event appears.

Solution

Change this line to continue;: https://github.com/googleworkspace/apps-script-samples/blob/097b9c69514beb56cc2f080d28b3b9d7bc55eabb/advanced/calendar.gs#L120

o23bsr0620-capke commented 8 months ago

Thnak