English 中文(简体)
Google Calendar embeds - but won t respond
原标题:

I successfully embedded the Google Calendar IFRAME, however, without any JS error -- it won t respond to any of my clicks, nor display any events.

After double checking the calendar settings and googling this issue I m finally without a clue as to how to resolve this. Any ideas?

最佳回答

If I understand correctly, the main problem is that the events are not showing in the embedded google calendar. I would suggest:

  1. check the sharing settings on the calendar, make sure that it is shared properly and that all (or all you want) can see the events on it.

  2. I found a couple of reports of similar problems (see http://groups.google.com/group/google-calendar-help-publishers/browse_thread/thread/a2a4ce5d562b9a79/f633e16918b1ee8a and http://www.google.com/support/forum/p/Calendar/thread?tid=4c718806cc8faa1e&hl=en) in which events stopped appearing for a certain month on a few calendars. There are some makeshift solutions in those posts (such as setting the events to be all day, or 1 minute long), but no real solution, I m afraid.

  3. to continue from 2, try adding events to other months (last month and next month, for example). If you find the problem to be specific for a certain month, maybe it will lead you in the right direction. At least you ll know you re not alone.

  4. check what google s response to the embed url is (using FireBug for example). If I m not mistaken, the events are added via JS, and are received in a JSON string. Check whether the events are received at all.

So, to sum it up, there s no definite solution, it seems, but try these directions, see if you can narrow it down. good luck.

问题回答

暂无回答




相关问题
selected text in iframe

How to get a selected text inside a iframe. I my page i m having a iframe which is editable true. So how can i get the selected text in that iframe.

How to fire event handlers on the link using javascript

I would like to click a link in my page using javascript. I would like to Fire event handlers on the link without navigating. How can this be done? This has to work both in firefox and Internet ...

How to Add script codes before the </body> tag ASP.NET

Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...

Clipboard access using Javascript - sans Flash?

Is there a reliable way to access the client machine s clipboard using Javascript? I continue to run into permissions issues when attempting to do this. How does Google Docs do this? Do they use ...

javascript debugging question

I have a large javascript which I didn t write but I need to use it and I m slowely going trough it trying to figure out what does it do and how, I m using alert to print out what it does but now I ...

Parsing date like twitter

I ve made a little forum and I want parse the date on newest posts like twitter, you know "posted 40 minutes ago ","posted 1 hour ago"... What s the best way ? Thanx.

热门标签