can someone help with this.
i have a calendar with events,but i want to insert automatic events like this:
every 1st week of every month there's a meeting or every last friday of a month there's a party.
how can i process this events automaticaly?
thanks.
working with dates
Moderator: General Moderators
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
process them.. how? add them to the event calendar? or bypass the addtion and blindly show the events in the calendar display?
Personally, I'd add them to the calendaring, and thus the database. I'd probably build the "event" table such that I have a way of specifying recurring events. Standard kinda things would be a numeric field and an enum/numeric field that specifys the kind of recurrance it has.. like yearly, monthly, weekly, daily, etc...
Personally, I'd add them to the calendaring, and thus the database. I'd probably build the "event" table such that I have a way of specifying recurring events. Standard kinda things would be a numeric field and an enum/numeric field that specifys the kind of recurrance it has.. like yearly, monthly, weekly, daily, etc...
-
mcog_esteban
- Forum Contributor
- Posts: 127
- Joined: Tue Dec 30, 2003 3:28 pm