I made a simple change to set the TimezoneOffset of my scheduler and now my full day events show as taking two days on the month view. The records are stored with times of 00:00 for both stop and start. So I'm assuming that when the scheduler is seeing this, it then adjusts for timezone, and see that is crosses two days. How do I get around that? I'm also using the custom AdvancedForm from the examples. All though I had to modify the properties so that they will show/save correctly. What is the scheduler expecting the times to be stored in? UTC?