Files
automatisch/packages/docs/pages/apps/google-tasks/triggers.md
2024-01-16 17:30:25 +03:00

17 lines
408 B
Markdown

---
favicon: /favicons/google-tasks.svg
items:
- name: New completed tasks
desc: Triggers when a task is finished within a specified task list.
- name: New task lists
desc: Triggers when a new task list is created.
- name: New tasks
desc: Triggers when a new task is created.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />