我已将iframe tag to embed
的Google日历和电子表格用于我的网站,并且仅显示static information
。也就是说,在更新Google日历中的事件时,它在我的iframe嵌入式视图中为not getting reflected
。就像电子表格的问题一样。如果我refresh
页面,它将得到updated
。但是为什么不刷新就无法正常工作?
日历iframe:
<iframe src=:calendarId height="480" width="100%"></iframe>
电子表格iframe:
<iframe src=:sheetid height="480" width="100%"></iframe>