Subject: Re: convert date to hyperlink
Hello Sylvain!
TextLive and Widget works on Notes/Domino since 8.5x version.
The URL below will provide a set compilation of “Live Text” feature:
IBM Documentation http://www.ibm.com/support/knowledgecenter/?lang=en#!/search/"live%20text"?scope=SSKTMJ_9.0.1&scope=SSKTWP_9.0.1&scope=SSVRGU_9.0.1
If you need additional information about Widget, you may use the same URL to search it.
I hope it helps!
Best Regards!
Rodrigo San Vicente
IBM
Subject: Widget and Date Recognizer
It is possible to build a Notes Widget that creates a Lotus Notes Meeting based on a Date. There were bugs that were fixed in 9.01 FP5 that are needed to make this work.
They will need to do a couple things:
- Build a recognizer for the date format they want to recognize (the date format needs to be one that can be accepted by the date fields in a meeting).
- Build a Notes Widget that opens a new meeting and sets the dates as desired.
I have built one form of such a widget: (create an xml file from this and then drop it into the Widgets sidebar panel)
xml:
<?xml version="1.0" encoding="UTF-8"?>
01/28/2014
EndDate
Date Time
false
false
false
01/28/2014 11:15:00 AM
EndDateTime
Date Time
false
false
false
11:15:00 AM
EndTime
Date Time
false
false
false
01/28/2014
StartDate
Date Time
false
false
false
01/28/2014 10:15:00 AM
STARTDATETIME
Date Time
false
false
false
10:15:00 AM
StartTime
Date Time
false
false
false
204
DCCT.DateandTime.1170031047
01/28/2014
EndDate
Date Time
false
false
false
01/28/2014 11:15:00 AM
EndDateTime
Date Time
false
false
false
11:15:00 AM
EndTime
Date Time
false
false
false
01/28/2014
StartDate
Date Time
false
false
false
01/28/2014 10:15:00 AM
STARTDATETIME
Date Time
false
false
false
10:15:00 AM
StartTime
Date Time
false
false
false
Notice in this screen shot below that the date in dash underlined in blue:
If you hover over the date, you can open the Live Text drop down menu:
Choosing the New Meeting action will open this:
Related Widgets Documentation:
IBM Documentation http://www.ibm.com/support/knowledgecenter/SSKTWP_9.0.1/com.ibm.notes901.help.doc/wid_wid_top.html
http://www.ibm.com/support/knowledgecenter/SSKTWP_9.0.1/com.ibm.notes901.help.doc/wid_create_widget_notes_t.html http://www.ibm.com/support/knowledgecenter/SSKTWP_9.0.1/com.ibm.notes901.help.doc/wid_create_widget_notes_t.html
IBM Documentation http://www.ibm.com/support/knowledgecenter/SSKTWP_9.0.1/com.ibm.notes901.help.doc/wid_create_recognizer_t.html