Skip to content

Commit

Permalink
Merge pull request #105 from HCL-TECH-SOFTWARE/feature/20210818_rooms…
Browse files Browse the repository at this point in the history
…resources

Feature/20210818 roomsresources
  • Loading branch information
paulswithers authored Aug 31, 2021
2 parents af75b77 + 9676e60 commit b361454
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 11 deletions.
6 changes: 3 additions & 3 deletions notes/Code/ScriptLibraries/domiConstantsBE.lss
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ Private Const LIB_PREFIX = |Library: domiConstantsBE.|
************************************************************************************
%END REM *********************************************************************
Private Const g_DOMI_ROOTURL_TOKEN_HCL = |https://integration-auth-token.hcltechsw.com| ' HCL's default site
Private Const g_DOMI_VERSION = |1.0.3 HF1|
Private Const g_DOMI_BUILD = |1.12D3|
Private Const g_DOMI_RELEASE_DATE = |20 JUL 2021|
Private Const g_DOMI_VERSION = |1.0.5|
Private Const g_DOMI_BUILD = |1.1588|
Private Const g_DOMI_RELEASE_DATE = |18 August 2021|


%REM ***************************************************************************
Expand Down
5 changes: 3 additions & 2 deletions notes/Code/ScriptLibraries/domiIntegrator.lss
Original file line number Diff line number Diff line change
Expand Up @@ -1641,7 +1641,7 @@ ErrorTrap:

' these fields give us the "Join Online" link below the Location on the Calendar Entry
fldList(|OnlineMeeting|) = |1|
fldList(|SametimeType|) = |0|
fldList(|SametimeType|) = |3| ' Don't use 0 as that is original Sametime and triggers the Presentation field to display.


' build the link and list of Meeting Values to be added to the Location
Expand Down Expand Up @@ -1895,7 +1895,7 @@ ErrorTrap:

' these fields give us the "Join Online" link below the Location on the Calendar Entry
fldList(|OnlineMeeting|) = |1|
fldList(|SametimeType|) = |0|
fldList(|SametimeType|) = |3| ' Don't use 0 as that is original Sametime and triggers the Presentation field to display.

' this puts the link and PW into the Location field of the Calendar Entry
If me.MeetingValues.hasTag(|meetingURL|) Then bodyMsg = bodyMsg & |Attendee Link: | & mv.getScalarStringValue(|meetingURL|)
Expand Down Expand Up @@ -2396,5 +2396,6 @@ End Function






2 changes: 1 addition & 1 deletion notes/Code/ScriptLibraries/domiSTUtilsBE.lss
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Sub updateSTCalendarEntry(curDoc As NotesDocument, updateList As VariantList)
' these fields give us the "Join Online" link below the Location on the Calendar Entry
fldList("OnlineMeeting") = "1"
fldList("ApptUNIDURL") = fldList("meetingURL")
fldList("SametimeType") = "0"
fldList("SametimeType") = |3| ' Don't use 0 as that is original Sametime and triggers the Presentation field to display.
' this puts the link and PW into the Location field of the Calendar Entry
bodyMsg = bodyMsg & "Attendee Link: " & fldList("meetingURL")
If Not(fldList("meetingPassword") = "") Then bodyMsg = Chr(10) & bodyMsg & "Password: " & fldList("meetingPassword")
Expand Down
Binary file modified release/DOMI.zip
Binary file not shown.
10 changes: 5 additions & 5 deletions webapp/src/main/resources/webroot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,11 @@ <h3 class="bold title text-black">
your Domino Administrator.</p>
</div>
<div class="col-sm-12 mt-100 text-left">
<p dir="ltr">If you already have an HCL Notes Client with
the Online Meeting Integration installed,
<a href="notes:///0000000000000E00">open your mailfile</a>
and go to the Online Meeting Credentials view to create your
credentials documents. See <a
<p dir="ltr">If you already have an 1201 HCL Notes Client with the 1201 mail template applied,
the calendar meeting form has a Configure Dynamic Services in the online meeting pulldown,
from which you can setup your credentials.
</p>
<p dir="ltr">See <a
href="https://opensource.hcltechsw.com/domino-online-meeting-integration/modules_user_guide/overview/"
target="_blank">the online documentation</a> for more information.</p>
</div>
Expand Down

0 comments on commit b361454

Please sign in to comment.