Time of the event in Google Calendar
complete
T
Timur
Can you please manually change my flow? I have two sync flow from Jira issues to Google calendar event. I need to create event exactly at time spicified in Jira issue, but Unito calculates it either one hour earlier or one hour later. For me this calculation doesn't make any sense. Or would it be possible for you to share an advanced manual code for this? Because I will create several flows with several calendars.
Thank you!
Timur
U
Unito Support
complete
U
Unito Support
under review
S
Sigrid Carrot
Hi Timur!
Sigrid from Unito here, we do have an advanced manual option for when time zones don't seem to be transferring properly across tools.
This can be applied in the advanced options of your flow, here is how to access this section: https://guide.unito.io/a-guide-to-advanced-manual-options
Here is the JSON to paste, replace "America/Toronto" with the relevant timezone, just make sure it's a valid timezone from the IANA list
{
"preferredTimezone": "America/Toronto"
}
I've gone ahead and sent you an email so we can look at this together :)