PDA

View Full Version : Allow Public to Add Event to Calendars


thompson00
10-22-2004, 08:49 AM
Is it possible to allow the general public to add events to the calendar? I would like to minimize the effort required to maintain the event calendar by opening it up to site visitors - without requiring registration.

Brian
10-22-2004, 09:29 AM
You can set a generic name and password, then, pass them in a link to the Event Admin script to bypass the login.

Example:

http://www.yourdomain.com/escal/events/index.php?name=escal&pwd=escal&dataMode=f (http://www.yourdomain.com/escal/events/index.php?name=escal&pwd=escal&dataMode=f)

Make datamode f for flat-file or s for mySQL.