Hi Midnight I'm having a problemsgetting this to work in ruby. I know it's a different language but I think my problem is related to the contents of in your example, $callid
Google say to use the post uri which is the xml feed of the private view of the Calendar. Let's say the ID of my calendar the I want to add to, and I have the permissions to add to it, is bongo.google.com would the string then be http://www.google.com/calendar/feeds/bongo.google.com/private/full Any help, greatly appreciated. On Apr 16, 7:05 pm, MidnightLightning <[EMAIL PROTECTED]> wrote: > Ooops, not the ID of the event, but the same "->id->text" gleaned from > the calendar itself if you do a full listing of the calendars for that > user. > > On Apr 16, 1:03 pm, MidnightLightning <[EMAIL PROTECTED]> wrote: > > > Aha, yes, I did find that as well on a site not related to this > > question, but happened to have that snippet of code. So, if I add in > > this to my code: > > > $newEvent = $gCalendar->insertEvent($event, "http://www.google.com/ > > calendar/feeds/".$calID."/private/full"); > > > Where "$calID" is the contents of "$event->id->text", then it works! > > Thanks! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
