To save you time, here is where you should use the Calendar ID (using PHP, but should be the same for other languages as well):
$createdEntry = $googlecalendar->insertEvent($newEntry,"http:// www.google.com/calendar/feeds/[CALENDAR_ID]/private/full"); If you don't specify the second parameter, then the new entry goues to the default calendar, of course :). Bye, parhuzamos On Oct 25, 8:25 am, "Austin (Google)" <[EMAIL PROTECTED]> wrote: > Hi Envi, > > The way you select which calendar to use for event insertion is > determined by the the feed URL you use when you post your event > entry. > > If you are trying to insert event to your primary calendar, you use > 'default' as your calendar ID and the feed URL would look like this: > > http://www.google.com/calendar/feeds/default/private/full > > If you want to insert event to your secondary calendar, you need to > look up the calendar ID of your secondary calendar. The feed URL > would look like this: > > http://www.google.com/calendar/feeds/[CALENDAR_ID]/private/full > > Replace [CALENDAR_ID] with actual calendar ID. You can look up this > id > from your Calendar UI - > > 1) Go to Google Calendar > 2) Click on "Setting" on the upper right corner > 3) Select the tab "Calendars" > 4) Click on the name of the secondary calendar > 5) You will see an entry that says "Calendar address", and to its > right there is the calendar ID > > Hope it helps, > Austin > > On Oct 24, 1:44 pm, envi <[EMAIL PROTECTED]> wrote: > > > > > Bueno, en resumidas cuentas esa es mi consulta, no se si alguien ha > > podido insertar un evento en un calendario específico, me pongo en el > > caso de tener más de un calendario en la misma cuenta, Cómo insert un > > evento en uno de esos calendarios? > > > Google Traduccion: > > > Well, in a nutshell that's my query, I do not know if anyone has been > > able to insert an event on a specific calendar, I have in the case of > > more than one calendar in the same account, How to insert an event in > > one of those calendars?- Hide quoted text - > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
