(Google) Calendar Database Design -
05-12-2006
, 09:23 AM
Hey,
I am working on an calendar solution and my missing part is the support
for infinite recurring events (as Google Calendar supports it).
What is the best database design for such a problem?
At the moment I am storing each event (recurring ones with an end date)
as a single event.
This already adds too many entries.
I also want to support exceptions, so changing of single events should
be possible.
I would apprechiate any advice.
Cheers,
Nikolai |