Welcome Guest, Not a member yet? Register   Sign In
Calendar application
#1

[eluser]bondjp[/eluser]
Hi guys.
I need to build an aplication where users can select a day in a calendar and then select an available hour to book a doctor appointment.
The application will allow the doctors to book appointments they have on the site also.
I will need that this app to manage several users trying to book an appointment at the same time (ajax?) and that it could update the appointments on doctor's side if he has the calendar page open.

Now, i'm new to CI. I used to programm but that was a long time ago(17 years) so i'm returning to this life and re-learning how to do it.

I would like to know what's the best route to take in order to get this thing done.
What do you guys think it's better so i could do this.
Thanks.
#2

[eluser]richzilla[/eluser]
Google calendar has a php API which i think would do what you needed it to do. Its actually a zend framework library, but as far as im aware, putting it in your application/libraries folder should allow you to use it as normal.

http://code.google.com/apis/calendar/dat...e_php.html

Ive only just started looking at it myself and havent put it to any use yet, so theres not a lot i can help you with, but i guess the zend forums would be a good place to start if you do get stuck.
#3

[eluser]attos[/eluser]
A bare-bones calendar application can be found at http://www.okadadesign.no/blog/?p=595
Just a starting point.
#4

[eluser]bondjp[/eluser]
[quote author="attos" date="1265745682"]A bare-bones calendar application can be found at http://www.okadadesign.no/blog/?p=595
Just a starting point.[/quote]

Thanks. The looks more or less what i want. Just need to see if i can adapt it to when i click a date it will show me the hours availabe that day on the right and not on top of the calendar like the events are now...
Something like this:

[Image: calendarex.jpg]




Theme © iAndrew 2016 - Forum software by © MyBB