The XmlDocumentFragment needs to be added to the entry rather than the
feed.
XmlDocument doc = new XmlDocument();
XmlDocumentFragment fragment = doc.CreateDocumentFragment();
fragment.InnerXml = "<gCal:sendEventNotifications
xmlns:gCal=\"" +
"http://schemas.google.com/gCal/2005" + "\"
value=\"true\"/>";
entry.ExtensionElements.Add(fragment.FirstChild);
I've tested this code and received notifications for my participants.
-Ryan
--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---