Web calenders

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
impulse()
Forum Regular
Posts: 748
Joined: Wed Aug 09, 2006 8:36 am
Location: Staffordshire, UK
Contact:

Web calenders

Post by impulse() »

What's an easy going web calender out there that would be easy to modify to my needs?

I'm looking at one called Proverbs at the moment but it doesn't look easy going. I need to modify one to handle multiple users which has reminder functions.

Which do you each suggest?

Regards,
User avatar
Kieran Huggins
DevNet Master
Posts: 3635
Joined: Wed Dec 06, 2006 4:14 pm
Location: Toronto, Canada
Contact:

Post by Kieran Huggins »

I've used webcal.... and hated it.
impulse()
Forum Regular
Posts: 748
Joined: Wed Aug 09, 2006 8:36 am
Location: Staffordshire, UK
Contact:

Post by impulse() »

I found this after much searching and it's brilliant:

http://www.calendarix.com

The code's a bit messy though :(
User avatar
boo_lolly
Forum Contributor
Posts: 154
Joined: Tue Nov 14, 2006 5:04 pm

Post by boo_lolly »

that's for the head's up impulse(). and yes, the code IS very messy.

you can also try:
http://www.easyphpcalendar.com/
http://php-calendar.sourceforge.net/
http://www.softcomplex.com/products/php_event_calendar/

altho i'm fairly certain you've already come across them.
User avatar
dibyendrah
Forum Contributor
Posts: 491
Joined: Wed Oct 19, 2005 5:14 am
Location: Nepal
Contact:

Post by dibyendrah »

hrubos
Forum Contributor
Posts: 172
Joined: Sat Oct 07, 2006 3:44 pm

Post by hrubos »

Can I use it into chosing day, then insert day in to database which i have chose???
User avatar
dibyendrah
Forum Contributor
Posts: 491
Joined: Wed Oct 19, 2005 5:14 am
Location: Nepal
Contact:

Post by dibyendrah »

hrubos wrote:Can I use it into chosing day, then insert day in to database which i have chose???
If you just need to pick the data and put them in to database, there are plenty of calendars available using javascript.
Post Reply