TL;DR: we wrote a small Google Apps Script that reads the share list from File A (our 2023 Handbook), applies it to File B (the 2025 Handbook) with the correct role (commenter), can notify people, and produces CSV audits. We also used it to ensure everyone had access to our Agency Starter Kit download bundle. Want the script? It’s free—email Stacy Cook and he’ll send it over.
We had a few dozen collaborators, partners, and readers with access to the 2023 Optimizer Handbook. When the 2025 edition was ready, manually re-adding everyone (and sanity-checking access to our Agency Starter Kit bundle) was tedious and error-prone. The script automates the boring parts:
We also ran it against our Agency Starter Kit download bundle—same idea: ensure the whole audience had access without hand-adding anyone.
// Edit these before running
const SOURCE_URL = ‘… 2023 file URL or ID …’;
const TARGET_URL = ‘… 2025 file URL or ID …’;
const DRY_RUN = true; // simulate first; set false to apply
const NOTIFY = false; // true = send Google share emails
const EMAIL_MESSAGE = ‘You now have commenter access to the 2025 Handbook.’;
const CREATE_CSV = true; // export full source share list
const EMAILS_CSV_NAME = ‘flodesk_emails.csv’; // one-column emails export
// Optional: include Google Groups / owners in the emails export
const INCLUDE_GROUPS_IN_EMAILS = false;
const INCLUDE_OWNERS_IN_EMAILS = false;
We ship two exports:
• Share list CSV for audit;
• Emails-only CSV (single email column) for services like Flodesk.
We’re happy to share it. Contact Stacy Cook and he’ll send you the latest version plus a quick setup guide. No strings attached.
Will people be notified?
Only if you set NOTIFY = true. Otherwise it’s silent.
Does it downgrade writers to commenter?
No. It never downgrades. Writers/organizers/owners are left as-is.
What about “Anyone with the link”?
You can replicate public/domain sharing by enabling those flags, but they’re off by default.
Can it run on folders?
Yes with a tiny tweak—iterate children and call the same functions. We can share a folder-wide version if you need it.
If you want a copy or help tailoring it to your workflow, just reach out to Stacy Cook. Happy shipping! 🚀
a. Want a folder-wide edition with progress + backoff + resumable CSV?
b. Prefer a minimal “one-click” UI (menu + prompts) so non-technical teammates can run it?
The ask used to be optional. A client might mention they'd "love" compostable cups or…
Most event managers treat post-event content as an afterthought, a recap post, maybe a thank-you…
For years, event social media has followed the same playbook: announce, hype, sell, repeat. But…
The events industry has entered a new phase of maturity. After years of experimentation and…
Artificial intelligence is no longer a futuristic concept reserved for Silicon Valley boardrooms. For event…
The event industry has always been about creating memorable human connections, but the tools we…
This website uses cookies.