I am trying to develop a Project Management Tool.I have to log events and have done that.I want to show the events in the calendar. Can anyone suggest me a good plugin for the purpose. Thanks, Prabesh Shrestha
I''ve used calendar_helper (http://github.com/topfunky/calendar_helper/ tree/master) from Geoffrey Grosenbach before and it works well. It''s pretty basic but it gets the job done. Look through the README on GitHub to see some usage examples. You can pass a block to the ''calendar'' call and insert text and a CSS class on particular days (if an event is scheduled for that day, for instance). Once you get that part setup, you''ll have to write some custom CSS to style the calendar the way you would like it. Hope that''s what you''re looking for...if you need any help feel free to post back. Brian Reath On May 28, 1:23 am, prabesh shrestha <prabesh...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I am trying to develop a Project Management Tool.I have to log events > and have done that.I want to show the events in the calendar. > Can anyone suggest me a good plugin for the purpose. > Thanks, > Prabesh Shrestha
http://github.com/search?type=Repositories&language=rb&q=calendar&repo=&langOverride=&x=16&y=23&start_value=1 A lot of calendar plugins aren''t going to be ready for translation if you decide to go the the i18n route. Something to keep in mind when choosing. Cheers, Walter --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Thanks bjreath and Wlater for your suggestions.I was completing some other tasks.Now I am using calendar_helper.I am going through it''s code which is pretty small than I had guessed.If I need any help I will surely post back. Thanks again. On May 29, 10:01 am, Walter McGinnis <walter.mcgin...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> http://github.com/search?type=Repositories&language=rb&q=calendar&rep... > A lot of calendar plugins aren''t going to be ready for translation if you > decide to go the the i18n route. Something to keep in mind when choosing. > > Cheers, > Walter