Question

does anybody know, where I can find the Google Calendars Event-GUI?

I'm building an social networking site, which relies on google calendar. For adding and changing events, I want to use googles GUI (i dont want to code this myself if there is a partial/control already existing).

Does anybody know where I can find this?

Was it helpful?

Solution

Checkout http://code.google.com/apis/calendar/ it's the full API documentation from Google. If what you want to do is supported, it's almost certainly written about here somewhere.

If you take a look at the docs page, there is a "Calendar Tools" section on the left hand side bar that has the tools available, including gadgets and an embeddable calendar.

If you want to code something yourself you'll probably want to look at retrieving events, updating events and creating events.

OTHER TIPS

You could take a look at this and what it provides http://googlecalendar.rubyforge.org/plugin.html

This article may also be helpful to you. http://www.google.com/googlecalendar/event_publisher_guide.html#site

Although that is to embed just your calendar.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top