Complex Calendar Function

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
mattis2k
Forum Newbie
Posts: 2
Joined: Thu Feb 07, 2008 4:06 am

Complex Calendar Function

Post by mattis2k »

removed
Last edited by mattis2k on Fri Feb 08, 2008 5:03 am, edited 1 time in total.
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: Complex Calendar Function

Post by Christopher »

It seems like the only reason that there would be overlapping events is if there are multiple people's events in the calendar. So for a day, determine how many people have events on that day and create a column for each. The fill in each column with that person's events.
(#10850)
Post Reply