RogerSelwyn / O365-HomeAssistant

Office 365 integration for Home Assistant
MIT License
178 stars 14 forks source link

cannot set a due_datetime on a todo item #192

Closed B-Hartley closed 6 months ago

B-Hartley commented 6 months ago

When creating a ToDo item, the due_date: option seems to work fine, but due_datetime fails.

Is this intentional?

RogerSelwyn commented 6 months ago

Via the api, you can’t set a due date time (you can set a reminder date time). I think the example I have provided only has a date on it.

B-Hartley commented 6 months ago

ok, that makes sense. and I guess at the moment the home assistant todo item has no "reminder".