Getting the DHTMLXScheduler to load data from the database

Hello

Have got the Enterprise license for the DHTMLXScheduler and would like to know if

1. Data can only be loaded from the database via XML or ICal format

2. Minimum files need to connect to the database



Thax in advance

  1. Data can only be loaded from the database via XML or ICal format
    Component is fully client side , so it can’t load data directly from DB, and need to use XML as intermediate format

    - server side script connects to DB and output data from db as XML
    - scheduler on client side reads xml data and renders the necessary view

    >>2. Minimum files need to connect to the database
    If you are using php connectors - you need not any extra file to be added to the html page.
    On server side you need to have files from “connector” folder