You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
def _get_calendar_tasks(self, calendar: iCalendar):
"""Getting all tasks that has the calendar tag"""
for task in self.datastore.tasks.data:
if CATEGORIES.has_calendar_tag(task, calendar):
yield uid, task
gtg/GTG/backends/backend_caldav.py
Lines 344 to 348 in 3910d84
Found it running Ruff.
I'm not sure how this translates into an actual bug, because I don't use that backend. I don't think it has been reported before.
The backend was added in 64d535a, and this was broken in 74bd3f4
The text was updated successfully, but these errors were encountered: