Representing a schedule in a database
- by David Pfeffer
I have the interesting problem of representing complex schedule data in a database. I need to be able to represent the entirety of what the iCalendar (ics) format can represent, but in my database.
I don't care about insertion efficiency but query efficiency is critical. The operation I will be doing most often is providing either a single…