4 messages in com.googlegroups.google-calendar-help-dataapiRe: Google Calendar server and the gd...
FromSent OnAttachments
Frank Mantek29 May 2006 07:49 
kn.k...@gmail.com29 May 2006 21:54 
kn.k...@gmail.com29 May 2006 21:59 
Frank Mantek30 May 2006 12:38 
Subject:Re: Google Calendar server and the gd:who entry...
From:kn.k...@gmail.com (kn.k@gmail.com)
Date:05/29/2006 09:54:10 PM
List:com.googlegroups.google-calendar-help-dataapi

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