Hi Sergiy,
Thanks for using syncfusion products.
Query 1: We
are displaying the appointments based on the JSON data, so you are passing the
JSON data, hence no need of any conversion. But we need to bind the
"appointment fields" as mentioned in the below code snippet.
<Code>
appointmentSettings: {
dataSource: dManager,
id: "Id",
subject: "Subject",
startTime: "StartTime",
endTime: "EndTime",
allDay: "AllDay",
recurrence: "Recurrence",
recurrenceRule: "RecurrenceRule"
}
</Code>
We have attached sample for
your reference and sample could be dowloaded from the following location.
http://www.syncfusion.com/downloads/support/directtrac/general/F117639-1595709916.zip
Query 2:
We will update the document
in our online location ASAP.
Please let us know, if you
need any other assistance.
Regards,
Krishna Priya.S