web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id : 3WK6sa5ym0emc5H2w6+hGX
Power Apps - Building Power Apps
Unanswered

booking a room TimeZone

Like (0) ShareShare
ReportReport
Posted on 13 Oct 2022 07:52:04 by 105

Hi 

I am trying to modify Book A Room template. But I have a problem with Timezone, as the offices are in different countries, the app should work with local time. Would you advise me on how to fix it?

 

If(IsBooking,
UpdateContext({ShowLoading: true});
If(!BookForMeeting,
Office365.V2CalendarPostItem(MyCalendar, Subject, //User().FullName & "'s Booking",
//StartDateTimeUTC, EndDateTimeUTC,
DateAdd(StartDateTime, -TimeZoneOffset(StartDateTime), Minutes),
DateAdd(EndDateTime, -TimeZoneOffset(EndDateTime), Minutes),

// {//TimeZone:"Central Europe Standard Time",
{TimeZone:"Coordinated Universal Time" ,
RequiredAttendees:SelectedRequiedAttendees & RoomsGallery.Selected.Email,OptionalAttendees: SelectedOptionalAttendees, Location: RoomsGallery.Selected.Name, Importance: "Normal", ShowAs: "Busy", Body:Message, IsHtml:true});

Office365.SendEmailV2(User().Email, User().FullName & "'s Booking "&
//StartDateTimeUTC & " " & EndDateTimeUTC,
DateAdd(StartDateTime, TimeZoneOffset(), Minutes)& " " & DateAdd(EndDateTime, TimeZoneOffset(), Minutes),
"Location: " & RoomsGallery.Selected.Name & "<Br>" & "Orders: " & Text(Concat(SelectedOrder,Orders,";"& "<Br>")) &"<Br><Br>"& "Order Number: " & OrderNo & "<Br><Br><i>" & "Automatic email from SharePoint" ,{IsHtml:true } );

 

 

Thanks in advance

I have the same question (0)

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

MS.Ragavendar – Community Spotlight

We are honored to recognize Ragavendar Swaminatha Subramanian as our September…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 898 Most Valuable Professional

#2
Power Apps 1919 Profile Picture

Power Apps 1919 356

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 305 Super User 2025 Season 2

Last 30 days Overall leaderboard