I would like to open the thunderbrid-lightning-create event dialog with a given date and time. Currently I have:
window.open("chrome://calendar/content/calendar-event-dialog.xul",
"xulschoolhello-some-window",
"chrome,centerscreen")
Which opens the Dialog as expected. How can I set now the Date and Time?
Check out the openEventDialog function, which also defines some window arguments down in line 434 if you want to do it manually.
You can call this function directly on the window object of the main Thunderbird window. This could for example be done by adding a XUL overlay to the window that has a script block that eventually calls this function.