We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Print the next 10 upcoming events in console.
Only prints events until an all-day event appears.
Change this line to continue;:
continue;
apps-script-samples/advanced/calendar.gs
Line 120 in 097b9c6
The text was updated successfully, but these errors were encountered:
Fix #426
479d514
Fix #426 (#428)
f835981
Fix googleworkspace#426 (googleworkspace#428)
1b37701
Fix googleworkspace#426
Thnak
Sorry, something went wrong.
PierrickVoulet
Successfully merging a pull request may close this issue.
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;
:apps-script-samples/advanced/calendar.gs
Line 120 in 097b9c6
The text was updated successfully, but these errors were encountered: