{
"type": "addCalendar",
"leadingDelimiter": "{$",
"trailingDelimiter": "$}",
"dynamicParams": {
"dynamicStartDate": {
"left": {
"context": "date"
},
"transform": "formatDate",
"right": "YYYY-MM-dd HH:mm:ss"
},
"dynamicEndDate": {
"left": {
"left": {
"context": "date"
},
"transform": "add",
"right": {
"value": 3600000
}
},
"transform": "formatDate",
"right": "YYYY-MM-dd HH:mm:ss"
}
},
"params": {
"title": "Develop apps with mos.",
"notes": "Refer to the documentation for assistance",
"url": "https://www.documentation.mobilitysuite.de/",
"location": "Bahnhofstraße 82-86 35390 Gießen",
"startDate": "{$dynamicStartDate$}",
"endDate": "{$dynamicEndDate$}"
}
}