I need to add a button to the calendar by default.
This button is a http link.
Like this:
Any idea ? I begin with Lotus Domino Designer.
I need to add a button to the calendar by default.
This button is a http link.
Like this:
Any idea ? I begin with Lotus Domino Designer.
Locate the view you are seeing in the designer, and add an Action button to the action bar.
To have the action open an url, make it a "Formla" action and use the @URLOpen formula
@URLOpen("http://www.stackoverflow.com")