Hi,
I am playing with adding a task in a specific folder for my Canvas app & trying to work out how to get the ID of the specific folder.
At this point just trying to display it in a label.
My attempt so far is
OutlookTasks.GetAllTaskFoldersV2({'$filter': eq (Name,'Test Folder Name')})
but am getting error The function has invalid arguments.
Thanks in advance for any assistance in getting this right.
Todd