views:

471

answers:

3

Hello,

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?

A: 

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

ErsatzRyan
This doesn't involve the GUI I think?
Lichtamberg
Have a look at this perhaps it is what you are looking forhttp://www.google.com/webelements/calendar/
ErsatzRyan
http://www.google.com/calendar/embedhelper
ErsatzRyan
Sorry, but I need the GUI for EDITING/CHANGING an EVENT! (no calendar interface!)
Lichtamberg
+1  A: 

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.

Simon P Stevens
A: 

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.

Boushley
Hm... everyone is posting the same links from the google-apis... sorry
Lichtamberg