printing calendar

Is there an option to print the appointments in the calendar to view the same and also to send reminder notes of an appointment via SMS/ Email to the person who took appointment

Hello,

You can use export, for example to PDF or PNG, and then print the exported file
docs.dhtmlx.com/scheduler/pdf.html
docs.dhtmlx.com/scheduler/png.html

As for sending reminder notes of an appointment, they are worked with server side and we don’t provide any solution, because the way how to implement it depends on the server language you use.

Principle of work - once at some time the script is invoked, selects events from the database that occur at for example closest hour, and sends out reminder notes.
Email is created just by code, SMS is required integration with external service - sms gateaway. They are many different, for different localities, and we can not advise any.

Thanks for the guidance, export to PDF is working fine ! Yet to do reminder note.