Samanage ticketing system sync with SharePoint event list using Rest API

Copper Contributor

Hi, 

I got a requirement to sync Samanage ticketing system calendar with SharePoint event calendar. We are working on the SharePoint modern pages/sites.

Samanage provided us Rest API to sync the calendar with SharePoint, I am not sure where I need to add Rest API in SharePoint online?

What are the steps do I need to add to SharePoint? What are the tools I need to use to add Rest API sync?

Any help is much appreciated.

Thanks in advance.

2 Replies
The fastest/easiest would be to write an Azure Automation Script that runs on a schedule. What you will need is some experience with PowerShell, SharePoint Rest APIs and Azure Automation configuration. The best would be to write an Azure function with C# ...

@mrehmat Thank you so much for the quick reply.

I will try using Powershell scripts.