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! On Apr 15, 3:22 pm, "Ray Baxter" <[EMAIL PROTECTED]> wrote: > insertEvent takes a second, optional parameter, the post uri of the calendar > to which the event should be added. supposed to go, would be most helpful. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
