I am attempting to integrate Google Calendars into our main web application. Our company does have an account with Google Apps for Businesses.
After scouring the internet and associated documentation, I am unable to find any resource for simply embedding a pre-rendered user's Google calendar into our web application. I understand that I am able to send and receive calendar data through the GData API, and I have set up OAuth 1.0a authentication for our web application users in order to access their calendars, for signed requests using the RSA-SHA1 signature method. Given that level of full access to a user's calendar, I see no way provided by Google to present them with a rendered interactive calendar that I can drop-in to our application. It appears that I am left with parsing their data from the API and attempting to render the calendar using a custom implementation or some sort of third-party implementation. Am I missing an obvious, easy way to allow users to view and interact with their Google calendar once they have authorized access, or is it simply the fact that Google does not provide any such capability and it is left to third-parties to implement themselves? -- 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://code.google.com/apis/calendar/community/forum.html
