Creating calendar entry button in mail message

I’ve received mails with button that links to creation of personal calendar entry. ie. by clicking the button, it actually book your calendar time automatically.

Thought this is really cool, but can’t figure out how to do it. Can any experts out there that has done it share their experience?

Thanking you in advance.

Subject: creating calendar entry button in mail message

Im assuming you have domino designer installed on your PC.

If so, then while you’re in a new memo you can go to Create > Hot Spot > Button …

There you can code the button as if you were in designer. You can use LS, JS, or Formula.

to create a clenda entry you could use this code in the button:

@Command([Compose];“” : “” ; “_Calendar Entry”)

HTH

ST