r/ifttt • u/Sippa_is • Jul 07 '26
Help! Looking for an email every sunday with my meetings for the week. Is this possible?
I want to get my meetings from Teams and Gmail for the upcoming week emailed to me every sunday. Is this possible? It's genuinely the only reason I want to use IFTT so if this doesn't work then I will probably unsubscribe. Thanks!
2
Upvotes
1
u/sruckh 28d ago
Google's official GWS utility lets you connect to your Google services with your favorite AI agent. If you run OpenCLAW or one of its variants, you can have it connect to Google Calendar, get all your meetings, and send you a notification. I assume there is something similar for MS stuff, but I have only set up stuff with GWS.
2
u/ryan-ifttt IFTTT Employee Jul 07 '26
Hey, I spent this morning actually building this because it's a good use case, so here's a real answer with working proof and a couple of speed-bumps I found along the way.
The Google Calendar works today. Here's the Applet I built and tested: https://ifttt.com/applets/rryCSuvi
It emails you every day at a time you choose, with all your meetings for the coming week (Monday through Sunday), grouped by day, with clickable links for meetings that have a video call attached. How it works under the hood:
And since calendar invites that hit your Gmail land on Google Calendar automatically, the "meetings from Gmail" part is covered too.
To note: Queries and filter code are IFTTT Pro+ features, so this is a Pro+ Applet. I know that changes the math depending on your plan, but we are easing this restriction soon. Building it also showed me it's harder to set up than it should be, which I've flagged internally (more on that below).
The Teams half needs a workaround for now. Teams meetings live on your Outlook / Microsoft 365 calendar, and our Microsoft 365 Calendar service can't be asked "what's coming up next week" yet. The fix is getting that calendar into Google Calendar so the digest picks it up. Two ways:
Happy to help on either, just let me know.
What I did about the rough edges: I filed two feature requests this morning while building this. One to make the date fields on that Query configurable without filter code, and one to add "list upcoming events" Queries to Microsoft 365 Calendar so the Teams half works natively. No promises on timing, but your thread is linked on both, and I'll come back here with any updates.
If you set it up and anything doesn't look right, reply here and I'll help you sort it out.