I’m attempting to create a weekly summary of upcoming events from Google Calendar. I want it to post to a slack channel. This used to work natively with a Slack plugin, but it’s discontinued. I tried Zapier but can’t recreate it. Has anyone successfully done this using Make?
Yeah, you can easily get this done through Make.
What you want to do is,
- Search Google Calendar Events for the Specific Calendars and add startDate from now to end date 7 days from now
- Aggregate the results using Text Aggregator
- Send a Message to Slack
You can then set the scenario to run every Monday or so, or any weekdays to your liking at specific time for weekly run. Just make sure to change the Google Calendar limit to higher value than default 10.
Well, there is two start date so it is showing two results. Just use,
formatDate(Start;dddd h:mm a) and remove the other start mapping in the aggregator.



