I’ve added the todoist integration to my configuration.yaml file:
calendar:
- platform: todoist
token: !secret apiTodoist
However, my tasks are coming through in the Calendar tab as ‘1a’ and ‘8p’ etc:
So it’s correctly recogising that a task is due - but not feeding through any data for that task (or even the name). The new_task service is working fine, so I know the API key is not the issue.
I’ve tried all sorts - like trying a custom card, etc but nothing seems to resolve the issue. The calendars show as ‘off’ state, and no sensors are created that relate to todoist items (as it said in the integration guide this would be the case).
Any help would be appreciated. TIA.