A related question: I need the "All Day" checkbox in Advanced Form to be unchecked by default as most of our events have a start and end date/time. How do I do this?
Edit: Nevermind! Found it in one of your guides.
CheckBox allDay = e.Container.FindControl("AllDayEvent") as CheckBox;