Hi All,
Does anybody know of a good calendar/agenda script which will display events for a particular week? I can program one myself but don't want to re-invent the wheel if I don't have to!
The situation:
I need to display engineer visits on a calendar, the visits might be one day or several days and I need to see where all the engineers are for that day. If an engineer is assigned to a visit for 2 days this should be shown as one block and span the 2 dates.
I have seen something similar in Sharepoint but guessing it might be an activeX control.
Regards
PG
Weekly Calendar/Agenda
Moderator: General Moderators
Re: Weekly Calendar/Agenda
did you look for php calendar in google? there is a bunch of stuff
for example http://www.easyphpcalendar.com/demo.php
for example http://www.easyphpcalendar.com/demo.php
-
phantomguitarist
- Forum Newbie
- Posts: 2
- Joined: Fri Sep 19, 2008 1:47 am
Re: Weekly Calendar/Agenda
I did, everyone I looked at didn't really fit the requirements. None of them handeled multiple date events the way I need them. For example, if a visit is over monday and tuesday I need this to be shown as 1 block but covering both dates i.e.
Hopefully the quick diagram will explain how it needs to look. Obviously, this is a simple diagram of what it should look like but I think it explains the idea.
Regard
PG
Code: Select all
+--------+--------+--------+--------+----------+---------+--------+
| Mon | Tue | Wed | Thu | Fri | Sat | Sun |
+--------+--------+--------+--------+----------+---------+--------+
| Visit1| | | | | | | |
| | | | | | | | |
| | |Visit2 | | | | | |
| | | | | | | | |
| |<-- Visit 3 -->| | | | | |
| | | | | | | | |
| | | | | | | | |
+--------+--------+--------+--------+----------+---------+--------+Regard
PG
Re: Weekly Calendar/Agenda
One more suggestion. Have you try using google calendar. I think you can integrate the calendar into your applications.