Web Calendar

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
Sailorboy
Forum Newbie
Posts: 1
Joined: Sun Aug 17, 2008 5:37 pm

Web Calendar

Post by Sailorboy »

Hi,

Im not sure if this is the correct board but here goes.

I am looking for a web calendar. It does not need to be very complicated, just the ability to enter events against a date. However, it needs to have user login, perferrably with credentials in mysql db, and entries can only be deleted or modified by original author.

I have looked at several but cant find the latter feature. Anyone know of one?

Thanks

Ian
User avatar
califdon
Jack of Zircons
Posts: 4484
Joined: Thu Nov 09, 2006 8:30 pm
Location: California, USA

Re: Web Calendar

Post by califdon »

The issue of user validation is really separate from the logic, database and display functions of a calendar. You need to "wrap" a suitable calendar function with the validation functionality. In other words, write your own script. It's not something I'd suggest that a novice attempt to do.
Post Reply