Hello, I am using JSON to load my calendar and want to be able to pass JSON string back to my struts controller to save events. Right now I only see a way to serialize the entire calendar to a JSON string.
Is there a way to save/update and event as it is done on the calendar? Can I output the JSON string for that individual event?