Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/kkweon/dialogflow-calendar-webhook

Dialogflow + Go + Cloud Functions Example
https://github.com/kkweon/dialogflow-calendar-webhook

Last synced: 2 months ago
JSON representation

Dialogflow + Go + Cloud Functions Example

Awesome Lists containing this project

README

        

# Dialogflow + Go + Google Calendar + Cloud Function integration

Also, I had to add Cloud Function's service account to my calendar so that the service account can create an event on my calendar.

## How to deploy

```bash
gcloud functions deploy dialogflow-calendar-integration-webhook --entry-point=MainHTTP --runtime=go113 --trigger-http --allow-unauthenticated
```