hi!
hi do I load data with all day event in mobile scheduler? The sample code below indicates a start date and end date.
[
{ id:1, start_date:“2011-05-24 00:00:00”, end_date:“2011-06-08 00:00:00”, text:“French Open”, details:“Philippe-Chatrier Court Paris, FRA” },
{ id:2, start_date:“2011-06-10 00:00:00”, end_date:“2011-06-13 00:00:00”, text:“Aegon Championship”, details:“The Queens Club London, ENG” }
]
Can you please send me a sample code for all day event?