Question

Here is the scenario:

I have a group of teachers teaching at the institute. What i would like to do is develop a calender option where they can submit their available dates and times and modify them when needed.

these availability dates will then be view-able to admin on their end in calender format

these availability dates will also be view-able to the teachers on their end in calender format as well.

What would be the best way to implement such a calendar? should i try doing it in php or look for third party options like google calendar or the like?

please advise.

Was it helpful?

Solution 3

I agree with you that google calendar is the way to go. But this integration hassle made me look into softalicious free software bundle being offered by my webhost. i found a multi user calendar like google calendar called "webcal" it's so far usable.. although not really fancy the way i would like it. thanks for all the help

OTHER TIPS

Google Calendar is the way to go.

  1. You can take a look at wCalenar which jquery-based multi user calendar (admin can use this to view other's calendar easily). And you have to create another field in database to save calendar settings.

  2. Other case, you can create sort of OAuth login for your website. So everytime, other people can use other services like Google Calendar ( I think most of people these days have google account )

  3. That's it. Have a nice day.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top