Schedule Repeat events
Hi
I am stuck in fact I don't know where to start, can you point
me in the right direction?
I have the form to capture the user input but don't
know how to proceed to use this information.
I need to allow the user to schedule repeated events for
the same time, for the same day between two time periods.
Ideally it would be great to check for conflicts.
Note: The info recorded by the form is listed below.
A) The start date and time is determine by the first event
B) The user selects a comdination of 1) interval 2) frequency and
3) week day to determine when the repeating event will occur:
1) interval:
Daily,
Weekly,
Monthly,
Annually
2) frequency:
Every
Every Other
Every 3rd
Every 4th
Every 5th
Every 6th
3) Week Day:
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Sunday
C) The end date (YYYYMMDD) is then selected.
Note: I have the code to insert the results into the mysql database using PHP.