Hi,
I think it is the same whether you are dealing public or private calendar.
I believe the developer key is read in and processed during the initially
loading of the GData JS library.
Austin
On Dec 13, 2007 4:41 PM, machado <ngma...@gmail.com> wrote:
Hi Austin, thanks for your suggestions.
Given the need for a developer key and an image that's hosted at the
same domain as my page, I conclude that is absolutely impossible to
insert events in a Calendar using Javascript from my local machine.
What if it's a public calendar? Is authentication always required when
we intend to add an event to a calendar (even if public)?
Thanks again.
On Dec 14, 12:09 am, "Austin (Google)" <api....@google.com> wrote:
Hi,
You are correct that developer key must be mapped to a valid domain
(cannot
be localhost). Couple of options from Google to help you with that:
1) host your script with Google Page Creatorhttp://pages.google.com/
2) create a project and host all your files
withhttp://code.google.com/hosting
Hope it helps,
Austin
On Dec 13, 2007 3:56 PM, machado <ngma...@gmail.com> wrote:
I want to insert events into my Calendar using Javascript. But it's
just a local website.
In the developers guide it says that it's required to have one
developer key per domain.
The problem is, I don't have any domain, it's just a website that runs
in localhost. (Perhaps one day it'll be public.)
How can I get a developer key this way?