Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kkweon/dialogflow-calendar-webhook
- Owner: kkweon
- Created: 2021-08-15T09:35:00.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-14T23:57:25.000Z (4 months ago)
- Last Synced: 2024-10-14T04:01:02.405Z (3 months ago)
- Language: Go
- Size: 245 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```