This simple extension communicates with Google Calendar API's quick add function. Just type in an event in a natural way like "Meet my boss at 5 pm in her office". This extension would then help you create a event and display the event information as well as the url to the event in the GCalendar.
http://support.google.com/calendar/answer/36604?hl=en
You will need a google calendar account.
The extension asks for OAuth grant when first launches. You can clear access token in the options page. If "add event" button happens not work, try re-grant access.
If you have many calendars, you can choose which calendar to write in the options page. Default calendar is the first one in your list.
The original icon is a lovely sketch of my girlfriend. To make this extension more formal, more calendar-related, I replaced it with the current ugly one. Hope I can draw a better one in the summer.
Thanks to Boris Smus's OAuth 2.0 library.
- 1.3 (4/28) : fixed a big bug: now the extension won't popup a new authorize window every hour
- 1.2 (4/21) : changed icons
- 1.1.0(4/13): Add a open calendar button
- 1.0.1(4/11): resolve expired access-token issue