Apps.Google.Calendar
Apps.Google.Calendar copied to clipboard
Replace the two loops inside GCGetter in public command
The two loops could be replaced by a call to .map()
on the user array. And instead of using the two loops, we only need to do it in a single iteration.
Originally posted by @d-gubert in https://github.com/RocketChat/Apps.Google.Calendar/pull/11