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
plugin:ical:4154 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'includes')
at TaskFinder.hasTag (plugin:ical:4154:19)
at eval (plugin:ical:4139:18)
at Array.map ()
at TaskFinder.findTasks (plugin:ical:4125:8)
at async Main.start (plugin:ical:4243:23)
at async ObsidianIcalPlugin.onLayoutReady (plugin:ical:4539:5)
If I do not:
plugin:ical:4154 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'includes')
at TaskFinder.hasTag (plugin:ical:4154:19)
at eval (plugin:ical:4139:18)
at Array.map ()
at TaskFinder.findTasks (plugin:ical:4125:8)
at async Main.start (plugin:ical:4243:23)
at async ObsidianIcalPlugin.onLayoutReady (plugin:ical:4539:5)
Is there anything I can do? It stopped working 3 weeks ago.
The text was updated successfully, but these errors were encountered:
If I use exclude or include tags:
plugin:ical:4154 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'includes')
at TaskFinder.hasTag (plugin:ical:4154:19)
at eval (plugin:ical:4139:18)
at Array.map ()
at TaskFinder.findTasks (plugin:ical:4125:8)
at async Main.start (plugin:ical:4243:23)
at async ObsidianIcalPlugin.onLayoutReady (plugin:ical:4539:5)
If I do not:
plugin:ical:4154 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'includes')
at TaskFinder.hasTag (plugin:ical:4154:19)
at eval (plugin:ical:4139:18)
at Array.map ()
at TaskFinder.findTasks (plugin:ical:4125:8)
at async Main.start (plugin:ical:4243:23)
at async ObsidianIcalPlugin.onLayoutReady (plugin:ical:4539:5)
Is there anything I can do? It stopped working 3 weeks ago.
The text was updated successfully, but these errors were encountered: