I need scheduled events, tasks, meetings, etc. in my db. Some of them will be assigned at once, and some of them will repeat the "To-Dos" that need to be checked. After viewing the layout of the Google calendar and others, as well as a lot of reading here, I still have.
Calendar table (you can name the schedule table that I assume): Basic_Event Name, start / end, reoccurs information.
Calendar table: link to the schedule table, specific input text, next date / time of occurrence ????
See how SQL Server performs its tasks: http://technet.microsoft.com/en-us/library/ms178644.aspx but this is a little different.
Why two tables: I need to track the status of each instance of the reoccurring task. Otherwise, it would be much easier ...
so ... to the questions:
1) Does this seem to be the right way? Is there a better way to deal with multiple appearances?
2) How often / how can I initiate the creation of entries? I really do not want to create a bunch of entries ... BUT ... What if the user wants to view the calendar for next year ...
pStan source share