hello every one i need tu put the ical in my calendar but im trying to read the export/import ical but i didnt understand where i will put the file classe.php and what i should do build a new function in the controller . can some one help me who can i add ical export step by step
please can you help me ???
scheduler can read ical data without any pre-processing, so you can use
scheduler.load(“some.ical”, “ical”);
As for saving, scheduler can send ical data to server side, so php script just need to store it somewhere
Check samples\04_export\03_serialize_ical.html