"ms-outlook://events/new” scheme url

fei han 1 Reputation point
2020-12-17T12:41:26.367+00:00

hello! Our application need share to outlook create calendar, I use the scheme "ms-outlook://events/new", but I don't know paramters key.Can help me, thanks!

Office Development
Office Development
Office: A suite of Microsoft productivity software that supports common business tasks, including word processing, email, presentations, and data management and analysis.Development: The process of researching, productizing, and refining new or existing technologies.
3,401 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. JeffYang-MSFT 6,236 Reputation points
    2020-12-18T02:23:19.183+00:00

    Hi @fei han

    Please kindly understand that here we mainly focus on general issues about Outlook desktop client and know little about scheme and developer.

    I tried some search and found some information which might be useful. In this similar thread, the code below @JakeTesler mentioned could work for some other users:

    ms-outlook://events/new?title=MY%20MEETING&start=2019-01-29T13:00:00&end=2019-01-29T14:00:00&location=LOCATION&attendees=some.person@email.com  
    

    For more information, please check: Programmatically add calendar event to Outlook on iOS or Android. (Note: Since the web site is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.)

    Hope this can be helpful.


    If an Answer is helpful, please click "Accept Answer" and upvote it.
    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.


  2. André Rds 0 Reputation points
    2023-03-08T17:34:18.3966667+00:00

    By calling it this way, ms-outlook://events/new?title=MY%20MEETING&start=2019-01-29T13:00:00&end=2019-01-29T14:00:00&location=LOCATION&attendees=some.person@email.com, it should create the event and populate the fields correctly, right? I'm trying to do this, it does open the calendar but doesn't populate the fields with the title, start date, end date, etc. I'm doing this on a mobile device (using Ionic and the InAppBrowser plugin).

    0 comments No comments