feat(google-calendar): add google calendar integration

This commit is contained in:
Rıdvan Akca
2023-09-18 15:12:29 +03:00
parent c193f9334f
commit 9a192b708e
13 changed files with 271 additions and 0 deletions

View File

@@ -114,6 +114,14 @@ export default defineConfig({
{ text: 'Connection', link: '/apps/gitlab/connection' },
],
},
{
text: 'Google Calendar',
collapsible: true,
collapsed: true,
items: [
{ text: 'Connection', link: '/apps/google-calendar/connection' },
],
},
{
text: 'Google Drive',
collapsible: true,