Hello,
Our events/appointment application has a custom implementation for recurrence. We are not using the iCalendar standard - we are using our own format.
With that said, I've been trying to bind our data to your scheduler and have almost had a successful merger. When appointment modification need to take place I'm redirecting the user to our already established page where they can build their appointment. Afterwards I simply rebind the schedulers current viewable timeframe.
The way I've bound the recurring events is simple. I have 2 boolean values in my datasource "IsRecurring" and "IsException". On the AppointmentCreated event I'm manually checking these custom attributes and then assigning the appointment recurrence state accordingly. By doing this however I'm leaving the recurrence rule / parent Id fields null.
I have everything working the way I want short of being able move / resize / delete appointments right on the scheduler. For most operations I get a "Object reference not set to an instance of an object." alert box showing. When deleting I get "Cannot parse parentAppointment rule during delete operation.".
I can only surmise that this means that it is required to provide a valid iCalendar recurrence rule to the appointments for these operations to work by default.
My question is - is there a work around?
Thank you.
Our events/appointment application has a custom implementation for recurrence. We are not using the iCalendar standard - we are using our own format.
With that said, I've been trying to bind our data to your scheduler and have almost had a successful merger. When appointment modification need to take place I'm redirecting the user to our already established page where they can build their appointment. Afterwards I simply rebind the schedulers current viewable timeframe.
The way I've bound the recurring events is simple. I have 2 boolean values in my datasource "IsRecurring" and "IsException". On the AppointmentCreated event I'm manually checking these custom attributes and then assigning the appointment recurrence state accordingly. By doing this however I'm leaving the recurrence rule / parent Id fields null.
I have everything working the way I want short of being able move / resize / delete appointments right on the scheduler. For most operations I get a "Object reference not set to an instance of an object." alert box showing. When deleting I get "Cannot parse parentAppointment rule during delete operation.".
I can only surmise that this means that it is required to provide a valid iCalendar recurrence rule to the appointments for these operations to work by default.
My question is - is there a work around?
Thank you.