I’m working on an agent to manage my Outlook calendar through Telegram chat, and I’ve some issues when trying to create event.…
Describe the problem/error/question
I’ve a main agent and a sub agent which is dedicated to calendar.
When I try to create an event (for example at 8AM), the agent tells me that the event has been created but in Outlook, the event is created at 9AM.
If I ask the agent the list of events, the agent will again tell me that it is at 8AM.
Of course, I’ve told to agent what is the date, and I’ve mentioned that events must be created in Paris time zone.
What’s your instance’s timezone configured to? If using Cloud, then this will be configurable in the admin panel. If self-hosted, you can set environment variable.
As @Parintele_Damaskin also mentioned you can also set the timezone for the workflow. Check all of these and what the expression resolves to in the node parameters.
Thanks to both of you.
By defining time zone in the workflow settings (I was not aware about this setting), it seems to have fixed the issue.
Just to be sure, I’ve also forced time zone in additional field of Outlook create event action. After few tests, it sounds good in all cases.