How can I set a start date for a schedule?

I want to set a start date for a schedule.

When I type a schedule it uses the current time to calc the end time and show alerts.
I want to write the start time for the schedule. Like …

Meeting.schedule
Start at: Oct 31, 10am

  • Openning (5 minutes)
  • First topic (10 minutes)
  • Second topic (10 minutes)

To change the start date you just need to edit the start date text … but you must follow the ISO 8601 date formatting, I don’t think “Oct 31, 10am” will work. Instead you would need:

Start : 2016-10-31 10:00:00

Thanks @jessegrosjean!