TimeZone dropdown offers no options to select a timezone for "Create event" activity

Hello,

I’m trying to create an event using the “Create event” activity inside a Microsoft O365 scope, but the options for the Timezone dropdown are missing.

image

I’ve tried adding it manually as a string (System.TimeZoneInfo.Local.DisplayName), but I get an error:

RemoteException wrapping UiPath.MicrosoftOffice365.Office365Exception: An unspecified error has occurred. —> RemoteException wrapping UiPath.MicrosoftOffice365.Office365InternalException: Code: TimeZoneNotSupportedException
Message: A valid TimeZone value must be specified. The following TimeZone value is not supported: ‘(UTC+02:00) Athens, Bucharest’.

Any help would be greatly appreciated.

Thank you.

@Dragos_Nae,

Try upgrading the package version to latest possible. If already updated to latest, try downgrading by a version.

Thanks,
Ashok :slight_smile:

Can you try:

System.TimeZoneInfo.Local.Id

also let us know if you are interested on your local timezone or any other particular timezone

UPD1 - Visualizations:

Worked like a charm, thank you!

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.