Error creating Google Calendar
- by Don
Hi,
I'm trying to use the Google Calendar Java API to create a secondary calendar for a Google apps user. The relevant code is:
// Initialise the API client
CalendarService googleCalendar = new GCalendarService("canimo.ca");
googleCalendar.setUserCredentials("foo@canimo.ca", "secret");
// Create the calendar
CalendarEntry cal = new…