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

@@ -0,0 +1,12 @@
---
favicon: /favicons/google-calendar.svg
items:
- name: New calendar
desc: Triggers when a new calendar is created.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />