Re: Recurring Events Model Design in a Calendar App

2009-10-22 Thread Amit
Depends on how complex you want the system to be, but I say start by reading the iCal standard. You might be able to create a data structure from it. http://www.ietf.org/rfc/rfc2445.txt On Oct 22, 8:24 pm, park wrote: > Hi all, > > I'm developing a calendar app where some events are recurring o

Recurring Events Model Design in a Calendar App

2009-10-22 Thread park
Hi all, I'm developing a calendar app where some events are recurring on a daily / weekly / monthly basis, just like what Google Calendar offers. I'm not quite sure how to design a model structure to support this. Is there any best practice for this? Many thanks. --~--~-~--~~---