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.
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.