I have inserted Google Calendar embedded on my website using an iframe such as:
<iframe src="=<myEmail>&ctz=America%2FLos_Angeles" frameborder="0" scrolling="no"></iframe>
Everything works fine. However, to have a new event displayed on the calendar I have to refresh the page. Is there a way to have real-time updates on the iframe?
Thank you !