[GH-ISSUE #4859] [FR] sync google tasks #2163

Open
opened 2026-03-23 21:20:13 +00:00 by mirror · 3 comments
Owner

Originally created by @annieappflowy on GitHub (Mar 9, 2024).
Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/4859

Description

Just to clarify what I'm trying to achieve - I want to have kanban style board with different tasks and when I move them to "In progress" I would like to see those tasks in my Google Tasks or pretty much any app that would allow me to show it on my phone home screen. Nice to have - when marking task as done in Google Task or equivalent task in AppFlowy should be marked as "Done". I was able to achieve it in Notion using Zapier or make.com but it was a pain to set up and maintain.

Impact

automation between appflowy and third-party apps

Additional Context

No response

Originally created by @annieappflowy on GitHub (Mar 9, 2024). Original GitHub issue: https://github.com/AppFlowy-IO/AppFlowy/issues/4859 ### Description Just to clarify what I'm trying to achieve - I want to have kanban style board with different tasks and when I move them to "In progress" I would like to see those tasks in my Google Tasks or pretty much any app that would allow me to show it on my phone home screen. Nice to have - when marking task as done in Google Task or equivalent task in AppFlowy should be marked as "Done". I was able to achieve it in Notion using Zapier or make.com but it was a pain to set up and maintain. ### Impact automation between appflowy and third-party apps ### Additional Context _No response_
Author
Owner

@Venkman42 commented on GitHub (Apr 9, 2024):

+1 Automation between appflowy and third-party apps would make me consider switching from notion

<!-- gh-comment-id:2045949866 --> @Venkman42 commented on GitHub (Apr 9, 2024): +1 Automation between appflowy and third-party apps would make me consider switching from notion
Author
Owner

@umair-jamil commented on GitHub (Oct 1, 2024):

This automation can be made using platform specific APIs.
We can trigger the events, based on how user interacts with those tasks. If there is any change in the task status, it will automatically be updated in the third-party apps... How is this solution? Any opinion on this?
@annieappflowy

<!-- gh-comment-id:2386719248 --> @umair-jamil commented on GitHub (Oct 1, 2024): This automation can be made using platform specific APIs. We can trigger the events, based on how user interacts with those tasks. If there is any change in the task status, it will automatically be updated in the third-party apps... How is this solution? Any opinion on this? @annieappflowy
Author
Owner

@umair-jamil commented on GitHub (Oct 1, 2024):

Here is the step-by-step guide which I generally see it would look like:

  1. Add an event listener to the AppFlowy Kanban Board which can listen to the changes being made for the tasks.
  2. When a task is updated, that listener should trigger the third-party apps to update there too.
  3. Similar scenario can be done in the case of remove task event, etc.

Things to consider:

  1. Too frequent updates can cause you more bill.

@annieappflowy

<!-- gh-comment-id:2386727665 --> @umair-jamil commented on GitHub (Oct 1, 2024): Here is the step-by-step guide which I generally see it would look like: 1. Add an event listener to the AppFlowy Kanban Board which can listen to the changes being made for the tasks. 2. When a task is updated, that listener should trigger the third-party apps to update there too. 3. Similar scenario can be done in the case of remove task event, etc. ### Things to consider: 1. Too frequent updates can cause you more bill. @annieappflowy
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#2163
No description provided.