--
AdamChristian - 30 May 2006
Scooby Creation of a New Event
Packet Dump
JSON-RPC Calls
For each of these New Events Created there is a call to the following, however each has a uniquely generated ID (this happens when the ID is specified as null), it is used to refer to that specific event by the system. And each of the time variables is reflective of the position on the grid where you double clicked.
{"id": 5, "method": "scoobyService.saveEvent", "params": ["Scooby", {"id": null, "title": "New Event", "description": null, "start": {"year": 2006, "month": 4, "date": 30, "hours": "15", "minutes": "00", "seconds": 0, "timezone": null, "utc": false}, "end": {"year": 2006, "month": 4, "date": 30, "hours": 16, "minutes": 0, "seconds": 0, "timezone": null, "utc": false}, "allDay": false, "pointIn Time": false, "anyTime": false, "recurrenceRule": null, "status": null, "instance": false, "javaClass": "org.osaf.scooby.model.Event"}]}