feat(gmail): add gmail integration

This commit is contained in:
Rıdvan Akca
2024-04-21 16:18:18 +02:00
parent e4292815cd
commit b594a8e0f3
13 changed files with 243 additions and 0 deletions

View File

@@ -141,6 +141,12 @@ export default defineConfig({
{ text: 'Connection', link: '/apps/gitlab/connection' },
],
},
{
text: 'Gmail',
collapsible: true,
collapsed: true,
items: [{ text: 'Connection', link: '/apps/gmail/connection' }],
},
{
text: 'Google Calendar',
collapsible: true,