feat(google-calendar): add new calendar trigger

This commit is contained in:
Rıdvan Akca
2023-09-18 15:17:05 +03:00
parent 9a192b708e
commit 2dae8c162d
6 changed files with 78 additions and 0 deletions

View File

@@ -119,6 +119,7 @@ export default defineConfig({
collapsible: true,
collapsed: true,
items: [
{ text: 'Triggers', link: '/apps/google-calendar/triggers' },
{ text: 'Connection', link: '/apps/google-calendar/connection' },
],
},