Difference between revisions of "Outlook calendar"

From TempusServa wiki
Jump to navigation Jump to search
old>Admin
old>Admin
Line 2: Line 2:
== Exporting data items as calendar entrys ==
== Exporting data items as calendar entrys ==


How to display an export to calendar on each data item
# Create a button:  
# Create a button:  
# Build an URL using the following parameters
# Build an URL using the following parameters
Line 10: Line 11:
#* from OR
#* from OR
#* minutes
#* minutes
Note that a link will be displayed in the body of the message unless '''hidelink''' is present


Example:
Example:


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

Revision as of 17:06, 20 March 2017

Exporting data items as calendar entrys

How to display an export to calendar on each data item

  1. Create a button:
  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

Example:

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