I want to implement calendar functionality in Umbraco backoffice which has features similar to google calendar where admin can schedule Appointments or events. I want the following features in calendar/Scheduler at the time of adding task/Event :
- Setting TimeZone
- Setting Resources
- Setting Recurrence Pattern
- Setting Start and End Time
I have seen "Event Calendar" package in umbraco but as it is for front end users i am not looking anything like that.
Any help will be appreciated.