Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE REQUEST] Enable the sendUpdates Parameter on the Insert, Delete and Update Event Actions of the Google Calendar connector #3185

Open
eac-philhinton opened this issue Jan 11, 2024 · 0 comments

Comments

@eac-philhinton
Copy link

Type of Connector

Certified Connector

Name of Connector

Google Calendar

Is your feature request related to a problem? Please describe.

When adding an attendee using the UpdateEvent action in Logic Apps and Power Automate, the new attendee is not notified. This is because the "sendUpdates" parameter in the Google Calendar API that is defaulted to "none" with no way to change the value through the Power Platform Google Calendar connector.

Describe the solution you'd like

Enable the "sendUpdates" query parameter specified in the Google Calendar API documentation here: https://developers.google.com/calendar/api/v3/reference/events/update

The "sendUpdates" query parameter is available in the Delete, Insert, Patch, Update, and QuickAdd actions in the Google API.

Describe alternatives you've considered

I created a generic HTTP request to the Google Calendar API and was able to access the parameter that way.

Additional context

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant