Hello,
Out of the blue my automation for "When an upcoming event is starting soon (V3)" trigger stopped triggering. I did see that the connector need to re-authenticate. Which I did re-authenticate. All of my other automations that use different Outlook calendar actions are working.
Looking around I saw that I should try extending Look-Ahead time which I have done. I have even created the whole flow from scratch again.
I pulled the calendar ID manually with another flow and inputed it manually in the Calendar ID field.
It is a calendar that I created, not a calendar shared with me.
I see notes saying that I should check the timezone of the power automate trigger but I do not see an option for that in the trigger. My outlook calendar general settings is set to EST time.
Code View
{
"type": "OpenApiConnection",
"inputs": {
"parameters": {
"table": "AAMkAGQwYzIyYTE1LTUyZjEtNDc4Ny04NGJmLWU5ZjU0MjNmM2RlNwBGAAAAAAA1rtO7zOKNR67NxYiF088bBwAdzd_ulg39QJfhXDflGdLFAAAAAAEGAAAdzd_ulg39QJfhXDflGdLFAAABQPvdAAA=",
"lookAheadTimeInMinutes": 15
},
"host": {
"apiId": "/providers/Microsoft.PowerApps/apis/shared_office365",
"connection": "shared_office365-1",
"operationId": "OnUpcomingEventsV3"
}
},
"recurrence": {
"frequency": "Minute",
"interval": 5
},
"splitOn": "@triggerOutputs()?['body/value']",
"metadata": {
"operationMetadataId": "0a95e863-83a1-434f-9706-1da3c0ea57a3"
}
}