YukiGasai / obsidian-google-tasks

Add Google Tasks inside Obsidian
GNU General Public License v3.0
134 stars 9 forks source link

Recurruring tasks not displayed in obsidian pane #10

Closed sessionsdev closed 2 years ago

sessionsdev commented 2 years ago

There is an issue with recurring tasks.

To reproduce: Create a recurring task via google calendar with any recurrence rule.

Result: The plugin pane will display only the first instance of the recurring task and none of the subsequent tasks.

Expected Result: All instances of the task display correctly on the days they are due.

sessionsdev commented 2 years ago

Hey @YukiGasai - me again. lol

Seems like the recurrences of a task instance aren't treated as tasks themselves, so are not fetched with the GET.

Not sure what the level of effort is here. If it's a google api limitation I'll just close the issue.

YukiGasai commented 2 years ago

Sadly, the API is missing the option singleEvents that the Google Calendar Api has, so I don't really see how to make it possible. Sorry.