cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic appointments path in SinglePlanningCalendar

mclb
Explorer
0 Kudos
97

Hi,

I have want to switch between appointments for different users, which I can select in a dropdown above the SinglePlanningCalendar.

The appointments are in a json Model like

{

"user": "X",

"appointments": [

"appointmentX1",

"appointmentX2",

"appointmentX3"

],

"user": "Y",

"appointments": [

"appointmentY1",

"appointmentY2"

]

}

I don't want to copy the appointments to another path in the model, so I'd need to give the SinglePlanningCalendar a dynamic path, like "/X/appointments" or "/Y/appointments".

Is there a possibility to change the path of the appointments during runtime?

Thanks

Marcus

junwu
Active Contributor
0 Kudos

it doesn't look like a valid json file.

Accepted Solutions (0)

Answers (0)