Posted the answer as a new thread.

Frank

On 5/26/06, Frank Mantek <[EMAIL PROTECTED]> wrote:
Just to let you know, i am able to reproduce this. I am in the process of trying to figure out what is going wrong.

Frank Mantek


On 5/25/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

guys this is the code iam using


who.ValueString="nareshbabu.pathuri";
                                who.Rel="@ gmail.com";
                                 MessageBox.Show(who.ValueString.ToString());

                                sameGuy.Participants.Insert(0,who);

                                bool g=sameGuy.Participants.Contains(who);
                                if (g==true)
                                        MessageBox.Show("some value");
                                else
                                        MessageBox.Show("no value");

but iam getting an error when iam adding them to event entry
i.e,
EventEntry insertedEntry = (EventEntry)_service.Insert(_URI, sameGuy);

iam getting an eexception called

Execution of Request Failed:http :
//www.google.com/calendar/feeds/kn.kirankumar/private/full

please help me out




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

Reply via email to