Hello all.
We are interested in using Calendarscript (which has really impressed us so far...thanks!) for managing sign-ups on several different instruments. Everything works great so far, but I do need some help with a few customizations.
1. We are using AutoRegister and ask the users several questions (phone number, manager, e-mail address, etc.). How can we have this information auto filled-in on the add event template? If possible, this info should go in a text box so the user can change their e-mail address, etc. If that's not possible, I'll also be happy with static text from the user database being ported to the event detail display ... and getting the e-mail address to the Notify plugin too.
2. We typically sign up for multiple days (i.e., starting at 12:00pm on 5/1/05 and ending at 9:00am on 5/4/05). I have seen a few posts to "trick" CalendarScript into letting you do this (i.e., disabling the date validation). Is there a newer/cleaner method? The DaySpan template maybe the best hope here and isn't too bad for what we need.
3. Speaking of time validation, it only uses hours and minutes to make sure the start time is before the end time. Could we add the date too? Something like:
var tmp_start_time=(f.SCHEDULE_start_date_dd.value*1000)+(f.SCHEDULE_start_time_hh.value*100)-0+(f.SCHEDULE_start_time_mm.value-0);
But I don't know what the variable is (or if it exists in this context) for the month, day , and year.
Thanks in advance for you help. Have a good day!
Best wishes,
~Jeff