Skip to main content
July 7, 2022
Solved

"Send Meeting Request" time zone not matching with "Outlook" time zone

  • July 7, 2022
  • 6 replies
  • 1 view

The time i use for setting meeting using "Send Meeting Request" is 10AM, but the meeting is generated for 3.30PM.(GMT+5.30 hours)(I live in India). Is there any setting to correct this? Like the process model time zone or something else? Currently i am working around this using =(pv!InterviewInviteDetails.startDateTime - time(5, 30, 0, 0)) in the Start parameter of the Send Meeting Request.

    Best answer by stefanhelzle0001

    When a user starts a process, this process inherits the users time zone by default. Can you check the time zone settings of your user account.

    6 replies

    richardm900458
    July 7, 2022

    Hello Anuradha,

    what are you using to send an Meeting request by appian? AFAIK there is no Out of the box functionality for that so you are using a plugin?

    July 7, 2022

    I am using the "Send Meeting Request" smart service.

    richardm900458
    July 7, 2022

    which is not available as part of the appian standart functions.
    -> its not listed here in the section of "smart services"
    https://docs.appian.com/suite/help/22.2/Appian_Functions.html 

    so its available through a plugin.
    Can you tell which one you are using?

    stefanhelzle0001
    Brainy
    July 7, 2022

    When a user starts a process, this process inherits the users time zone by default. Can you check the time zone settings of your user account.

    July 7, 2022

    Thank you Stefan! That solved the problem.