This question is locked. New answers and comments are not allowed.
I have a bunch of events and I am trying to use the calendar component to manage them
Each event has an ID and a date
I managed easily to show those events on my Calendar
However I want to use the event ID to retrieve the event when I select it from the calendar and click on it
Today you can use only the date in your select action
I can have multiple events with the same date
In the help online, it is said that that
"You can use Action to set action name and route values or the overload Action method to set action name, controller name and route values".
I'll be gratefull if someone can elaborate on it and help me use ID to select my events
Each event has an ID and a date
I managed easily to show those events on my Calendar
However I want to use the event ID to retrieve the event when I select it from the calendar and click on it
Today you can use only the date in your select action
I can have multiple events with the same date
In the help online, it is said that that
"You can use Action to set action name and route values or the overload Action method to set action name, controller name and route values".
I'll be gratefull if someone can elaborate on it and help me use ID to select my events