Search code examples
c#google-apps-scriptgoogle-calendar-api

Execute Google Apps Script using C#


I am new to Google Calendar API. I created function to add events to the Google calendar using Google Apps Script. This works well. But I want to execute the Google Apps Script from C# application.

How to do that?


Solution

  • This is now possible thanks to the Execution API, which allows you to publish Google apps script functions for secure authenticated execution from C#.

    The .NET Quickstart gives an example of running a Script called getFoldersUnderRoot().