jwir3 / arbitrator

A synchronization engine for ArbiterSports to Google Calendar
GNU General Public License v3.0
3 stars 0 forks source link

Make arbitrator be able to submit a calendar event to Google #1

Closed jwir3 closed 10 years ago

jwir3 commented 10 years ago

We need a method on Arbitrator's prototype that has the following signature:

function addToGoogleCalendar(aCalendar);

This method should be able to:

  1. Authenticate with the Arbitrator API key and request authentication to Google for the user's calendar.
  2. Verify that the calendar actually exists in the listing still.
  3. Adds an event to the calendar to represent the arbitrator event(s).
  4. Returns an object that indicates whether this operation was successful, and (if necessary) why it failed.