Skip to content

Conversation

saiiiiiii
Copy link

SharePoint Calendar Event Sync - Power Automate

By submitting this pull request, you agree to the [contribution guidelines](https://github.com/pnp/powerplatform-samples/blob/main/CONTRIBUTING.md)
If you aren't familiar with how to contribute to open-source repositories using GitHub, or if you find the instructions on this page confusing, sign up for one of our [Sharing is Caring](https://pnp.github.io/sharing-is-caring/#pnp-sic-events) events. It's completely free, and we'll guide you through the process.
To submit a pull request with multiple authors, make sure that at least one commit is a co-authored commit by adding a Co-authored-by: trailer to the commit's message. E.g.: Co-authored-by: name <[email protected]>
Put an x in all the items that apply ([x], without spaces), make notes next to any that haven't been addressed.

  • Bug fix?
  • New sample?
  • Related issues: fixes #X, partially #Y, mentioned in #Z
  • Needs API permissions?
  • Has other prerequisites? (E.g. requires a list, document library, etc.) - Requires SharePoint list creation and calendar access permissions

What's in this Pull Request?

This pull request adds a new Power Automate sample that demonstrates how to automatically sync Outlook/Teams calendar events to a SharePoint list.

Key Features:

  • Automatically retrieves calendar events from Outlook/Teams
  • Prevents duplicate entries using event iCalUId (Meeting ID)
  • Maps comprehensive event details including organizer, attendees, location, and description
  • Handles HTML content cleanup in event descriptions
  • Supports parallel processing (up to 20 concurrent operations) for improved performance
  • Provides complete setup instructions and field mapping documentation

Sample Components:

  • Power Automate flow for calendar event synchronization
  • SharePoint list schema with 8 required columns
  • Comprehensive README with step-by-step setup instructions
  • Field mapping documentation and configuration guidance

This solution serves as a proof-of-concept that can be customized and extended for various calendar-to-SharePoint integration scenarios.

Checklist

This checklist is mostly useful as a reminder of small things that can easily be forgotten – it is meant as a helpful tool rather than hoops to jump through.

Put an x in all the items that apply ([x], no spaces), make notes next to any that haven't been addressed.

  • My pull request affects only ONE sample.
  • I have updated the README file.
  • My README has at least one static high-resolution screenshot (i.e. not a GIF) - Screenshots to be added
  • My README contains complete setup instructions, including pre-requisites and permissions required

@Katerina-Chernevskaya
Copy link
Contributor

Hi @saiiiiiii ,

Thank you for your sample!
I tried to pack the solution from the provided source code and import it, but got a warning:
image

Could you please check it and fix? Additionally, I recommend using environment variables to store SharePoint site and list information, and replace hardcoded values with environment variables in the flow.

Once you update the source code, I'll be happy to review again and merge once issues will be resolved.

Thank you!

Katerina Ch.

@Katerina-Chernevskaya Katerina-Chernevskaya added the Needs Attention Something needs to be fixed with the PR before merging label Sep 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Needs Attention Something needs to be fixed with the PR before merging
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants