Archive for June, 2011
Google Data API: Unsupported browser. Continue at your own risk.
Opera is not officially supported in the Google Data API and the following error message is thrown as an alert(!) when loading the API: Unsupported browser. Continue at your own risk.
Remove the error message by sending an empty anonymous function to the init method:
google.gdata.client.init(function() {});
var service = new google.gdata.calendar.CalendarService('my-calendar');