elementary / tasks

Synced tasks and reminders on elementary OS
https://elementary.io
GNU General Public License v3.0
83 stars 21 forks source link

GTasks: Google tasks not shown in scheduled list #205

Open marbetschar opened 3 years ago

marbetschar commented 3 years ago

What Happened

Tasks with due date from the Google backend are not shown in the scheduled list. This has two potential solutions:

  1. The EDS version used is only capable to query for has-start?. The has-due? s-expression is not yet available (will be in EDS 3.39.1+)
  2. EDS converts tasks from GData.TasksTask to ICal.Component and does not set the start date in this conversion

Solving either of these problems would allow to show GTasks in the scheduled list. But in both cases a newer EDS release is needed. Therefore the first solution would be preferred and may be achievable by bundling a newer EDS version within Flatpak.

Expected Behavior

All tasks with due date should be shown in the scheduled list - incl. GTasks.

Marukesu commented 3 years ago

EDS 3.40 is out, and it looks that it doesn't break the DBus api, so we can use it, I'll make a PR updating the flatpak manifest

Marukesu commented 3 years ago

Bad news, we can't use has-due, the query runs on the system EDS, I think the same is happening with #192.

jroyvde commented 2 years ago

This issue also seems to affect CalDAV tasks that don't have a start date set.