I have tried numerous variations and not been able to put
<a href="http://www.domainname.com/index.html" click here> </a>
in the content field.
I have tried the following variations:
XmlBlob xhtml = null;
XhtmlTextConstruct xText = new XhtmlTextConstruct(xhtml,
"<p>Meeting with <a href='http://www.johndoe.com'>John</a>
November 11 3pm-3:30pm</p>");
myEvent.setContent(xText);
----------
myEvent.setContent(new XhtmlTextConstruct(xhtml,
"<p>Meeting with <a href='http://www.johndoe.com'>John</a>
November 11 3pm-3:30pm</p>"));
and other variations. I get the regular text displayed, but no
hypertext links.
Please, any solutions suggested are welcome. Thanks
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---