views:

21

answers:

1

I've tested the API of Google to interact with Google doc (Calendar, Spreadsheet, ect) and evrything runs correctly. However, I wonder if there is a framework that implements some model in HTML or an other web format to publish/visualize a calendar or a spreadsheet within a web page. My goal is to integrate a spreadsheet/calendar into a webpage and then a user can modify the values of this spreadsheet/calendar.

Does it exist something similar to my request?

A: 

For spreadsheets, the Google answer Publishing: Embedding a spreadsheet in your blog or webpage explains what you have to do. Especially the last sentence is important:

If you want to embed a form in a website or blog, click the More Actions button at the top of the editor, and select the 'Embed' option from the drop-down menu.

But don't forget all the steps listed above this.

For Google Calendar, there's Embed on your Website - Google Calendar, another answer from Google, that even contains a slideshow that shows what you have to do.

MvanGeest
Thanks but it's only to publish a spreadsheet. I can not modify my spreadsheet with this solution. I only can see...
OK, how would you determine who can edit the spreadsheet? Any visitor of your site? A logged-in user? It might be (a lot) easier to give them access through a link, instead of embedding.
MvanGeest
A user thah has been authentificated before... I'd like integrate everything in my web page, I don't want to set a link...Do you know a solution?thanks
It might not be possible without resorting to an iframe.
MvanGeest