Challenge Overview
We want a Google Calendar Sidebar Gadget:
-
Using a Google Calendar Sidebar gadget authenticate to the user’s account using the Calendar API auth scope.
-
When an owner of an event is viewing the event a sidebar button “Submit to WS” will send metadata about that event to an external web service.
-
If a participant of an event is viewing an event they should not see metadata nor the “Submit to WS” button.
-
When the owner of an event is viewing an event, and has already submitted that event, a status of “Sent to WS” would be shown, along with a “Re-Submit to WS” button.
-
When the user presses the “Submit to WS” button, they should be presented with a dropdown to select from, this dropdown should be populated by a list of attendees for the event. There must also be a configurable (could just be config file) list of strings to exclude such as “*@domain1.com”.
Final Submission Guidelines
Submission Deliverable:
* Source Code
* Detailed Deployment Guide