Forum Discussion
smogsy
Jan 12, 2023Copper Contributor
To-do Outlook meeting sync
so I have started to use Microsoft todo as our workplace uses all Microsoft suite of tools So I’m trying to setup Microsoft todo in a way I use my personal management system we’re all events are ...
zbrown363
Nov 02, 2023Copper Contributor
I have created a workaround in Power Automate - its a simple two-step flow.
I created a list in To-do called @ Outlook Calendar to easily manage these once they're in To-do.
You'll need to format the Start time element to display in 24HR format for tidiness and ordering, and adjust to local time. If you modify your event in Outlook it won't sync with To-do however.
My two expressions are as follows (I'm in New Zealand, so adjust to your timezone:
formatDateTime(convertTimeZone(triggerOutputs()?['body/start'], 'UTC', 'New Zealand Standard Time'), 'HH:mm')
convertTimeZone(triggerOutputs()?['body/start'], 'UTC', 'New Zealand Standard Time')
Hope that helps.
Zak