On Fri, Jan 2, 2009 at 3:23 PM, Gadgroup <[email protected]> wrote: > > We are using Zend Gdata API to add/update events to calendar. > Additionally, we've embedded the calendar within one of our websites. > When a public user clicks on the event link it returns some summary > data about the event and gives the user the option to click "more > details" to see all of the details for the event. > > Is there a way to return all of the event details when the user clicks > the "more details" link? We do not want the user redirected to the > Google. > > Thanks, > > > Greg
Greg, This isn't possible unless you want to write your own custom Calendar UI. There's some code here that can help you with this: 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 -~----------~----~----~----~------~----~------~--~---
