well thanks a lot frank.
but still i ahve a problem
actually the thing is i want to enter the outlook attendess into google
calendar.
so for tht thing i was asking u
anyway when iam inserting the " who " from the code for google calendar
iam not able to insert
this is the code which iam using
Who who=new Who();
who.ValueString = "nare...@google.com";
Who.AttendeeStatus status = new Who.AttendeeStatus();
status.Value = "event.accepted";
who.Attendee_Status = status;
who.Rel = "http://schemas.google.com/g/2005#event.organizer";
sameGuy.Participants.Insert(0,who);
is this the way we should do?
or can u give diractly the code for inserting the outlook calendar
evnts into google calendar