Apps.Google.Calendar icon indicating copy to clipboard operation
Apps.Google.Calendar copied to clipboard

Replace the two loops inside GCGetter in public command

Open Gautime opened this issue 5 years ago • 0 comments

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

Gautime avatar Aug 16 '19 15:08 Gautime