On Wed, Jan 7, 2009 at 2:46 AM, Shilpa <[email protected]> wrote: > > I have briefly looked into integrating Google Calendar with this > application. I've run into a bit of a brick wall thus far with the > fact that the user will have to leave our web application and login to > Google Calendar to add custom events. Maybe this isn't really the > case, but it's what I've gathered from reading their docs. > > Does anybody have any suggestions of an existing component/API I could > integrate with to solve this problem?
You could always provide a form for users to enter the details of their custom events, and create it for them. Also, if your users are all members of the same Google Apps domain, you could implement Single Sign-On. This would mean that, when navigating to Google Calendar, your users wouldn't need to login again. Outside of that, you might want to look at CalVis. It's a generic calendar UI view that was created to allow developers to customize how they interact with Google Calendar embedded on their site. As written it probably doesn't fit your needs (it requires Google Calendar as a backend, if I recall correctly), but it's open source so you can modify it as you see fit. http://code.google.com/apis/calendar/articles/calvis.html -- Trevor Johns --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Calendar Data API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/google-calendar-help-dataapi?hl=en -~----------~----~----~----~------~----~------~--~---
