How to you clear dueDateTime using MsGraph

David Craggs 0 Reputation points
2024-07-23T07:12:04.28+00:00

Using MsGraph I can create and edit ToDo items.

But how do you clear a dueDateTime when editing?

Microsoft 365 and Office | Install, redeem, activate | For business | Windows
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Aleksandr Kolesnikov 641 Reputation points
    2024-07-23T14:25:52.0566667+00:00

    Hi @David Craggs

    Have you tried empty property?

    { "dueDateTime": "" }

    You can refer to Update plannerTask article.

    Best regards,

    Aleksandr


    If the response is helpful, please click "Accept Answer" and upvote it.


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.