On May 11, 2026, at 8:14 AM, Mateusz Powałowski <mate...@elementor.red> wrote:
Hi guys, Is there a command in GAM that allows you to remove an employee's account from all meetings in calendars where they were not the owner but only a participant?
Regards Mateusz
--
You received this message because you are subscribed to the Google Groups "GAM for Google Workspace" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-apps-man...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/google-apps-manager/338d0815-c916-4465-bc87-5d1104d2ad68n%40googlegroups.com.
gam config auto_batch_min 1 num_threads 20 redirect csv ./UserEvents.csv multiprocess redirect stderr - multiprocess all users print events minaccessrole owner singleevents matchfield attendees us...@domain.com fields start,end,summary,attendees.email,attendees.organizer
To view this discussion visit https://groups.google.com/d/msgid/google-apps-manager/47bf6beb-1107-4771-b0d7-96c6abacca98n%40googlegroups.com.
Added option `matchfield attendeesorganizer <Boolean> <EmailAddressEntity>` to `<EventMatchProperty>`
that is used in commands that process events. The match is true if all of the addresses in `<EmailAddressEntity>`
are present as attendees in the event and are an organizer or not based on `<Boolean>`.
gam config auto_batch_min 1 num_threads 20 redirect csv ./UserEvents.csv multiprocess redirect stderr - multiprocess all users print events minaccessrole owner singleevents matchfield attendeesowner false us...@domain.com fields start,end,summary,attendees.email,attendees.organizer