Hi @BF191
Can you post screenshots to give us context about what you are referring to and where.
Help links for using GCal in Zaps:
https://zapier.com/apps/google-calendar/integrations#triggers-and-actions
https://zapier.com/apps/google-calendar/integrations#help
Great question — and thank you for your patience.
The JSON code I gave you is
meant to be everything
— the entire Zap, not just the Python code.
It includes:
- The trigger (runs every day at 7:30 AM)
- 12 “Find Event(s)” steps (6 calendars × today and tomorrow)
- A Python “Code by Zapier” step that generates a nicely formatted HTML email
- An “Email by Zapier” step that sends that HTML to both emails
{
"name": "Daily + Tomorrow Calendar Email",
"steps": r
{
"type": "trigger",
"app": "Schedule by Zapier",
"event": "Every Day",
What to Do in Zapier:
If you’re on this page:
https://zapier.com/app/zaps/import
Then paste the entire block of JSON (not just the Python code inside it).
You should be copying something that starts like this:
@BF191
Seems like you provided incomplete info and still no screenshots.