[Webcalendar] Importing Users?
Rob Janssen
r.janssen a t uw.nl
Tue, 16 Nov 2004 14:46:57 +0100
Neil Pollicott schreef:
> Hello,
> Is there an easy way to import a list of users/email addresses/passwords
> and have calendars automatically created?
> Thanks,
> Neil.
>
>
> _______________________________________________
> Webcalendar mailing list
> Webcalendar a t www.math.utexas.edu
> http://www.math.utexas.edu/mailman/listinfo/webcalendar
Look at the script webcal_cmd.pl
It is a command-line tool that can do a single operation in webcal, like
creating a new calendar.
Write a simple script that reads your list of users and calls
webcal_cmd.pl for each user, with
the appropriate options.
Rob