I'm building a UI that relies on the RRULE engine and stores Appointments in the same Appointments database table, but does NOT use a RadScheduler instance.
The reason for doing so is so I can emulate recurring Bills (i.e. not Appointments, exactly), and I'll want to generate a forecast of upcoming bills in order to create a budget. The point is, using the RRULE functionality will make it much easier for me to display bills that will occur in the future.
However, there may be times when I'll need to edit a single future occurrence. For instance, say I have a monthly bill to my cable company, but for my birthday my parents are going to pick up the tab. Therefore, for that one instance, I'll want to create an exception so that that bill doesn't get forecasted in my budget.
I understand that exceptions get appended to the RRULE string in the Master event's RRULE field. The question is, how do I generate create such an exception programmatically?
Thanks very much,
Michael
The reason for doing so is so I can emulate recurring Bills (i.e. not Appointments, exactly), and I'll want to generate a forecast of upcoming bills in order to create a budget. The point is, using the RRULE functionality will make it much easier for me to display bills that will occur in the future.
However, there may be times when I'll need to edit a single future occurrence. For instance, say I have a monthly bill to my cable company, but for my birthday my parents are going to pick up the tab. Therefore, for that one instance, I'll want to create an exception so that that bill doesn't get forecasted in my budget.
I understand that exceptions get appended to the RRULE string in the Master event's RRULE field. The question is, how do I generate create such an exception programmatically?
Thanks very much,
Michael