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

feat(calendar): Readded multiple groups and added blocked groups #456

Open lwcorp opened 4 months ago

lwcorp commented 4 months ago

Description

  1. Undid the removal of the support for multiple groups (why did you allow this person's PR just so they fix formatting?)
  2. Made the multiple groups and get all members functions to use each other to avoid duplicated code
  3. Added support for avoiding blocked groups (e.g. external ones)
  4. Fixed to prevent script crash when any event has no summary
  5. Simplified both functions' code
  6. Fixed spelling while at it (hope it's okay to avoid an extra PR just to put fix in the title instead of feat)

Is it been tested?

Checklist

lwcorp commented 4 months ago

Please note the failed tests failed Google's own original code, not my additions.