How to link or open outlook mobile app with calendar screen to add calendar event from react native app

Pankaj Agrawal 0 Reputation points
2024-08-08T08:03:41.04+00:00

In my React native app, I have to add events to the Outlook app calendar. So, I need to link or open the Outlook app from my app but cannot. I am using

const outlookAppUrl = `ms-outlook://compose?path=/calendar/action/compose&startdt=${encodedStartDateTime}&enddt=${encodedEndDateTime}&subject=${encodedTitle}&location=${encodedLocation}`;

but still not able to open the Outlook app on mobile.
Does anyone have any ideas on what I need to change?

Thanks,

Pankaj.

Outlook | Windows | Classic Outlook for Windows | For business
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. SokiGuo-MSFT 31,541 Reputation points Microsoft External Staff
    2024-08-09T01:47:08.2566667+00:00

    Hi @Pankaj Agrawal

    Looks like the issue is more related to Outlook for mobile. Please kindly understand that the Outlook tag here we mainly focus on general issues about Outlook desktop client. In order to better solve your problem, it's suggested to post your issue on this dedicated forum for Outlook for Mobile for more professional help.


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.



Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.