Is it possible to add a title/label on the calendar when exporting the calendar to PDF? If yes, how? Thanks!
Figured out myself.
scheduler.exportToPDF(
{
header: "<h1>This is a test</h1>"
});
Is it possible to add a title/label on the calendar when exporting the calendar to PDF? If yes, how? Thanks!
Figured out myself.
scheduler.exportToPDF(
{
header: "<h1>This is a test</h1>"
});