feat(google-tasks): add find task action

This commit is contained in:
Rıdvan Akca
2024-01-16 16:27:45 +03:00
parent 7a6aa99840
commit 92a9b096ec
8 changed files with 107 additions and 0 deletions

View File

@@ -174,6 +174,7 @@ export default defineConfig({
collapsible: true,
collapsed: true,
items: [
{ text: 'Actions', link: '/apps/google-tasks/actions' },
{ text: 'Connection', link: '/apps/google-tasks/connection' },
],
},

View File

@@ -0,0 +1,12 @@
---
favicon: /favicons/google-tasks.svg
items:
- name: Find task
desc: Looking for an incomplete task.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />

View File

@@ -17,6 +17,7 @@ The following integrations are currently supported by Automatisch.
- [Google Drive](/apps/google-drive/triggers)
- [Google Forms](/apps/google-forms/triggers)
- [Google Sheets](/apps/google-sheets/triggers)
- [Google Tasks](/apps/google-tasks/actions)
- [HTTP Request](/apps/http-request/actions)
- [HubSpot](/apps/hubspot/actions)
- [Invoice Ninja](/apps/invoice-ninja/triggers)