View Single Post
  #2 (permalink)  
Old 08-12-2007, 11:32 AM
Erel's Avatar
Erel Erel is offline
Administrator
 
Join Date: Apr 2007
Posts: 3,143
Default

I've made two small changes and it now works:
1. The IsRecurring property is read only, you can't set it.
2. The End property should not be used as it confuses the compiler with other meanings of the reserved word 'End'. You could use Start and Duration properties instead.
This will be fixed in a future update.
Reply With Quote