calendar implementation

I have a question regarding thoughts on calendar implementation within my ruby on rails site. One of the requirements of the calendar functionality is that other users must be able to make appointments within an individuals calendar. Available time slots can be clicked and reserved. I am wondering what the positives and negatives are of using the google calendar plugin or using another calendar plugin for ruby. Is there any clear winner? Does anyone have any experience with using the google calendar within a rails application? Also, does the google calendar api allow you to fully embed the google calendar within your application? Thanks for thoughts.

Gee whiz, I'm wondering about this too. Hasn't anyone done this?

Carol

Carol Bean wrote:

Gee whiz, I'm wondering about this too. Hasn't anyone done this?

Carol

Well I have used a couple of calendar plugins for my application..One is calendar helper which u get it from http://topfunky.net/svn/plugins/calendar_helper/

and the other one is family Calendar plugin which has inbuilt user control facility even that will be useful.

Thanks Dhaval Parikh Software Engineer

sales(AT)railshouse(DOT)com

Dhaval Parikh wrote:

Carol Bean wrote:

Gee whiz, I'm wondering about this too. Hasn't anyone done this?

Carol

Well I have used a couple of calendar plugins for my application..One is calendar helper which u get it from http://topfunky.net/svn/plugins/calendar_helper/

and the other one is family Calendar plugin which has inbuilt user control facility even that will be useful.

Thanks Dhaval Parikh Software Engineer http://www.railshouse.com sales(AT)railshouse(DOT)com

forgot to mention the link for family calander http://rubyforge.org/projects/familycalendar/ u can get it from here

Thanks Dhaval,

That will be helpful, I'm also wondering if there has been any attempt
to use the Google Calendar API?

Thanks, Carol

Carol Bean wrote:

Thanks Dhaval,

That will be helpful, I'm also wondering if there has been any attempt to use the Google Calendar API?

Thanks, Carol

Ya sure google calendar is also available but I havent worked with it..You can try it from http://googlecalendar.rubyforge.org/plugins/doc/

Thanks

Dhaval Parikh Software Engineer http://www.railshouse.com sales(AT)railshouse(DOT)com

Hey, do you know how to test google calendar while in production mode on my local server. Is it possible to actually send data to the google calendar and update it to see if it is working? thanks, Dave