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
Web Calendar
Moderator: General Moderators
Re: Web Calendar
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.