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.
|