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