Hi Dexter,
Thanks for replying ,now i tried it in different way but still
gettting error
I tried printing the error it says:.......................
error message:  "feed has no entry post link"

My calendar is public didnt know why am i getting the error........
My new Xml code goes here please help .............


var feedUrl = "http://www.google.com/calendar/feeds/
[email protected]/private/full";
myService.getEventsFeed(feedUrl, function(result){
var newEntry = new google.gdata.calendar.CalendarEventEntry({
        authors: [{
         name: "Elizabeth Bennet",
         email: "[email protected]"
            }],
       title: {
         type: 'text',
         text: 'Tennis with Darcy'
         },
       Categories: [{
                scheme : 'http://schemas.google.com/g/2005#kind',
                        term : 'http://schemas.google.com/g/2005#event'
                        }],
         content: {
         type: 'text',
         text: 'Meet for a quick lesson'
         },

        locations: [{
           rel: "g.event",
           label: "Event location",
           valueString: "Netherfield Park tennis court"
           }],
           times: [{
           startTime: google.gdata.DateTime.fromIso8601
("2007-09-23T18:00:00.000Z"),
           endTime: google.gdata.DateTime.fromIso8601
("2007-09-23T19:00:00.000Z")
           }]

           });
               alert('till herer');
// Submit the request using the calendar service object

result.feed.insertEntry(newEntry, function(result){
alert("done");}, handleError);
    alert('entered11111');
}, handleError);


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to