Page 1 of 1

Web Calendar

Posted: Sun Aug 17, 2008 5:43 pm
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

Re: Web Calendar

Posted: Sun Aug 17, 2008 7:20 pm
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.