I am embeding multiple calendars into one via a database feature on my
website (not public for sharing).
I am trying to find a few solutions to this error without actually worrying
about if the email is still active or public.
1) can I hide the error using css (code example did NOT work).
note: calendar is the name of my iframe.
<script>
document.getElementById("calendar").document.getElementById("warningBox").style.display
= "none";
</script>
2) can I do some kind of test (php peferred) to see if the email is active
and public.
any help is greatly appreciated.
--
You received this message because you are subscribed to the Google
Groups "Google Calendar Data API" group.
To post to this group, send email to
[email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://code.google.com/apis/calendar/community/forum.html