Can we open installed outlook new appointement window on click of button from web page using javascript

HariShankar Maurya 1 Reputation point
2022-06-23T09:57:00.35+00:00

Can we open installed outlook new appointement window on click of button from web page using javascript

just like below code , we are able to outlook email and outlook calender on click of button . please help if any have idea about this , thanks.....

<a href="mailto:address..?subject=subject...&body=anything...&cc=ccemailaddress@something .com&bcc=bcc@something .com">
<button id="btnOutlook">Outlook mail</button>
</a>

<button id="outlookCalendarBtn" onclick="window.open('outlookcal:')">
Open Outlook Calendar
</button>

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,483 questions
0 comments No comments
{count} votes