Difference between revisions of "Outlook calendar"
Jump to navigation
Jump to search
old>Admin |
old>Admin |
||
Line 12: | Line 12: | ||
#* minutes | #* minutes | ||
Note that a link will be displayed in the body of the message unless '''hidelink''' is present | 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: | Example: | ||
exportcard?SagID=1&DataID=[DataID]&title=COMPANY&content=AGENDA&from=MEETINGDATE&minutes= | exportcard?SagID=1&DataID=[DataID]&title=COMPANY&content=AGENDA&from=MEETINGDATE&minutes=MINUTES |
Revision as of 16:21, 20 March 2017
Exporting data items as calendar entrys
How to display an export to calendar on each data item
- Create a button: Parametrized URL
- 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:
exportcard?SagID=1&DataID=[DataID]&title=COMPANY&content=AGENDA&from=MEETINGDATE&minutes=MINUTES