How to add title on the exported calendar

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>"
            });