This article is written for Google Calendar users.
Sometimes, you need to automatically RSVP to meeting organizers that you accepted or decline their invites without manually clicking Yes to each of them.
By default, when you receive a meeting request in Gmail, Google Calendar automatically adds the invite to your calendar, yet no RSVP is sent back to the organizer. Google Calendar does not provide an automatic RSVP feature.
This article showcases how Foresight, a workflow automation app for G Suite, enables 2 scenarios, automatically accept all calendar invites and automatically accept calendar invites from specific senders.
Automatically accept all calendar invites
When you receive a meeting request in Google Calendar, Foresight automatically sends a response to the sender for you.
Video demo
To put it simple, let's assume 3 persons, Tim, Jason and Julie. Julie is supposed to automatically accept all calendar invites from Tim and Jason.
Instructions
- Sign into Foresight.
- Go to Rules.
- Click
button to create a new automation rule.
- In the Select a trigger page, choose New calendar event trigger.
- In edit New calendar event trigger page,
- Click Sign in with Google to authorize Foresight to view your Google calendars. Once you granted the permission, it displays as Access granted.
- In Calendars field, select Primary calendar.
- Click NEXT.
- In Select an action page, choose Respond to event action.
- In edit Respond to event action page,
- Click Sign in with Google to authorize Foresight to view your Google calendars. Once you granted the permission, it displays as Access granted.
- In Calendar field, click and select Calendar Id variable from the drop down menu. The variable is displayed as
{{ calendarId_xxxxxx }}
. - In Event field, click and select Calendar Event Id variable from the drop down menu. The variable is displayed as
{{ calendarEventId_xxxxxx }}
. - In Going field, click Yes.
- (Optional) In Add a note field, write a custom message to the organizer for the RSVP.
- Click REVIEW.
- Give the rule a name and click CREATE.
- The automation rule is visualized as
Now ask your colleagues or use another email to send meeting invitations to your Google account. All meeting requests are automatically accepted.
Automatically accept or decline calendar invites from specific senders
If you want Google Calendar to automatically accept or decline meeting requests from a specific email address or person, use the following automation, with an additional logic.
Video demo
To put it simple, let's reuse the 3 persons example above, Tim, Jason and Julie. Julie is supposed to automatically accept all calendar invites only from Jason, not Tim.
Instructions
- Sign into Foresight.
- Go to Rules.
- Click
button to create a new automation rule.
- In the Select, a trigger page, choose New calendar event trigger.
- In the edit New calendar event trigger page,
- Click Sign in with Google to authorize Foresight to view your Google calendars. Once you granted the permission, it displays as Access granted.
- In Calendars field, select Primary calendar.
- Click NEXT.
- In Select an action page, choose If action.
- In edit If action page,
- Rename Branch 1 to something you recognize as an auto accept list, e.g. in auto accept list.
- Add condition to Branch in auto accept list. This condition is flexible. You could achieve the following.
- exactly match multiple emails. The following example matches 3 specific persons.
- match many wildcard-like emails. The following example matches emails of *@company.com and *@organization.com.
- exactly match multiple emails. The following example matches 3 specific persons.
- Leave Fallback branch empty.
- Click ADD NEXT ACTION in Branch in auto accept list.
- In Select an action page again, choose Respond to event action.
- In edit Respond to event action page,
- Click Sign in with Google to authorize Foresight to view your Google calendars. Once you granted the permission, it displays as Access granted.
- In Calendar field, click and select Calendar Id variable from the drop down menu. The variable is displayed as
{{ calendarId_xxxxxx }}
. - In Event field, click and select Calendar Event Id variable from the drop down menu. The variable is displayed as
{{ calendarEventId_xxxxxx }}
. - In Going field, click Yes.
- (Optional) In Add a note field, write a custom message to the organizer for the RSVP.
- Click REVIEW.
- Give the rule a name and click CREATE.
- Your automation rule is visualized similarly as
Now test the rule by asking your colleagues to send you meeting invites. If their emails match in the Branch in auto accept list above, their invitations will be automatically accepted. Otherwise, no response is sent.
Decline invitations instead? In the Respond to event action, choose No in the Going field rather than Yes.
Feel free to leave comments or your ideas below.
You may also like