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 = "[EMAIL PROTECTED]"; 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 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
