Hi!
I'm trying to make a flow where a Todoist task gets copied as a event to my Office 365 calendar. I'm getting an error message. Can someone help me out on how to fix this? Thanks in advance 🙂
Yeah, that did the trick. Thanks for your help @Expiscornovus!
Hi @OT_87,
You could add 30 minutes to the due date and use that in the end time.
formatdatetime(addMinutes(triggerOutputs()?['body/due/date'],30), 'yyyy-MM-ddTHH:mm:ss')
Hi @Expiscornovus,
This works, thanks! One more question; can I set the duration of 'task' in Outlook calendar to 30 min?
Hi @OT_87,
Can you try the expression below with a formatdatetime function to format it in the correct format for the creation of the event instead of using the Task Due Date field?
formatdatetime(triggerOutputs()?['body/due/date'], 'yyyy-MM-ddTHH:mm:ss')
Michael E. Gernaey
223
Super User 2025 Season 1
David_MA
222
Super User 2025 Season 1
stampcoin
190