We can launch Outlook' email by simply using:
Desktop.getDesktop().mail(new java.net.URI("mailto:YourEmailAddress@gmail.com?subject=TEST"));
Is there a similar way to launch an Outlook's new appointment window with some data prefilled? (Not send the new meeting request, just launch the form).