I\'m working on a Chrome Extension that interacts with Google Calendar. I\'ve open sourced it, and the code can be found on GitHub: https://github.com/joshholat/Add-to-Calendar-
I got it working after adding the following permissions to manifest.json
"permissions": [ "tabs", "https://www.google.com/" ],