Difference between revisions of "Outlook calendar"

From TempusServa wiki
Jump to navigation Jump to search
old>Admin
old>Admin
Line 20: Line 20:
   exportcard?SagID=1&DataID=[DataID]&title=COMPANY&content=AGENDA&from=MEETINGDATE&minutes=MINUTES
   exportcard?SagID=1&DataID=[DataID]&title=COMPANY&content=AGENDA&from=MEETINGDATE&minutes=MINUTES


Note that the SagID value must match that of your number
Note that the SagID value must match that of the solution in question


   http://localhost:8080/TempusServa/exportcard?SagID=96&DataID=76491286&title=XTEXTSHORT&content=XTEXTLONG&from=XDATE&minutes=XINTEGER
   http://localhost:8080/TempusServa/exportcard?SagID=96&DataID=76491286&title=XTEXTSHORT&content=XTEXTLONG&from=XDATE&minutes=XINTEGER

Revision as of 05:27, 5 April 2018

Exporting data items as calendar entrys

How to display an export to calendar on each data item

  1. Create a button: Parametrized URL
  2. Build an URL using the following parameters
    • title
    • content
    • hidelink
    • to
    • from OR
    • minutes

Note that

  • a link will be displayed in the body of the message unless hidelink is present
  • use normal references for fields (without brackets and no constants)

Example configuration

 exportcard?SagID=1&DataID=[DataID]&title=COMPANY&content=AGENDA&from=MEETINGDATE&minutes=MINUTES

Note that the SagID value must match that of the solution in question

  http://localhost:8080/TempusServa/exportcard?SagID=96&DataID=76491286&title=XTEXTSHORT&content=XTEXTLONG&from=XDATE&minutes=XINTEGER