microsoft / microsoft/PowerPlatformConnectors

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

Open
#3,185 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C#
Stars
1.3k
Forks
1.5k
Avg merge
5d 15h
Merged PRs (30d)
11

Description

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!

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the linked Google Calendar API documentation and the connector definitions for the Delete, Insert, Patch, Update, and QuickAdd actions. Verify that sendUpdates can be configured for each requested action and confirm that the setting reaches the corresponding Google Calendar API request.

Written by the indexing model from the issue text.

Assessment

Domain
api
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.