Hi,
First I hope you will understand my questions because I'm french and I
don't speak english very fluently...
Well, I'm tryng to create a mashup thanks to the Google Calendar API,
but I don't know how to manage to do some things:
First, I would like being able to add an event (only by programmation)
in another calendar that the default calendar. Could you give me an
example to change the code below for a calendar named "Calendrier2" ?
My code:
var calendarService = new
google.gdata.calendar.CalendarService('GoogleInc-jsguide-1.0');
var feedUri = 'http://www.google.com/calendar/feeds/default/private/
full';
var entry = new google.gdata.calendar.CalendarEventEntry();
Then, I have the same problem when I want to give the possibility to
the user to choose the calendar to show in the application...
Finally, when I want to authentificate with my account, it doesn't
work anymore: it tells me that I opened to many sessions. I tryed to
cancel these sessions but I had a 502 Server Error...
You will be very helpfull if you could give me some solutions or
explanations.
Thanks
Laura
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Calendar Data API" group.
To post to this group, send email to
[email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/google-calendar-help-dataapi?hl=en
-~----------~----~----~----~------~----~------~--~---