Does anyone know a simple staff scheduling script for web based app

I am working on staff scheduling script from long back.I was using Employee Work Schedule/Multi-calendar application from a site.

The dates in the calender views are completely searchable and the results depend on the selected calendar.It was going well but I was unable to complete the application due to following error.

There is trouble a with https site, because the google api includes in cal.html arre http. changing the urls to https fixes the problem.

As per the fix given by codecanyon a user can’t add a calendar
Fix: In /user/calendars/index.php in the saveCalendar function, add these lines in $arr_submit:

array(‘all_event_mods_to_admin_when_loggedin’, ‘bool’, false, 0),
array(‘allday_is_default’, ‘bool’, false, 0),
array(‘notify_assign_teammember’, ‘bool’, false, 0),
array(‘add_team_member_to_title’, ‘bool’, false, 0),
array(‘add_custom_dropdown1_to_title’, ‘bool’, false, 0),
array(‘add_custom_dropdown2_to_title’, ‘bool’, false, 0),
array(‘next_days_visible’, ‘string’, false, ’’),

I tried above solution but it was not working. I have also checked out another staff scheduler which is easy to use and provides many functions along with this. I would love to achieve the similar functionality, but I am not sure how to develop the similar one using my current app settings.

Please suggest me the best solution for the above issue.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.