I think the two pertinent properties I would want access to are the “weekends: false” and “firstHour: 8” (which looks like it’s already being set, although I’m not sure if it’s ultimately 8am that we are going to go with).
I think I can probably just create my own visual force page, “MyJobCalendar” or what have you, and then set the calendar up to suit the client. However, it might be a cool feature of Volunteers, if it let you pass calendar config in through the GET parameters – “GW_Volunteers__JobCalendar?weekends=false&firstHour=8”, etc. It seems like that would be a fast way to provide all the different configuration options to the integrators without having to mess with the visual force!
From Patrick at 501commons:
I think the two pertinent properties I would want access to are the “weekends: false” and “firstHour: 8” (which looks like it’s already being set, although I’m not sure if it’s ultimately 8am that we are going to go with).
I think I can probably just create my own visual force page, “MyJobCalendar” or what have you, and then set the calendar up to suit the client. However, it might be a cool feature of Volunteers, if it let you pass calendar config in through the GET parameters – “GW_Volunteers__JobCalendar?weekends=false&firstHour=8”, etc. It seems like that would be a fast way to provide all the different configuration options to the integrators without having to mess with the visual force!