In Microsoft To-Do, I can assign tasks to a "My Day" list.
How can I display (only) those tasks in Microsoft Outlook for Windows?
In Microsoft To-Do, I can assign tasks to a "My Day" list.
How can I display (only) those tasks in Microsoft Outlook for Windows?
Filter the Task List using the following DASL-Filter:
%today("http://schemas.microsoft.com/mapi/string/{6F305800-7B8B-41AF-B73B-84DE53A69D3D}/CommittedDay/0x00000040")%
The information whether a task is assigned to the "My Day" view in MS To-Do is stored in the Property CommittedDay that contains a date. So filtering this property on today shows all the tasks that are currently assigned to "My Day" in MS To-Do.
I checked this on my side. If I sign in same email account to Outlook client and Microsoft To-do, tasks that I added to My Day will also sync to Outlook task folder.