I'm thinking this will involve some voodoo, but is it possible to pull events from a person or people's calendar with specific wording in the event name into another calendar resource?
How to pull events from a person's calendar with specific wording into another calendar w/ GAM
gam config csv_output_row_filter "'summary:regex:<regex matching eventname>'" redirect csv ./eventstoTransfer.csv user <username> print events primary
should get you started with a CSV file to use for a second command to transfer events
Open Thread in Slack
then replace user <username>
with all users, or
https://github.com/taers232c/GAMADV-XTD3/wiki/Collections-of-Users
Open Thread in Slack
oh probably would want to add auto_batch_min 1
after gam config
as well to make it go faster. would need to keep an eye on API quota though so you don't run into rate limiting
Open Thread in Slack
Reply
Enter your username or e-mail address. We'll send you an e-mail with instructions to reset your password.