Hi All,
I'm using the java libs and am trying to insert a link into my
CalenderEventEntry.setContent() method like this:
CalendarEventEntry ce = .......
HtmlTextConstruct html = new HtmlTextConstruct("<a href=\"http://
www.somehost.com/link?queryValue=foo\">Test Linkage</a>");
ce.setContent(html);
Now when I do this, all the HTML is stripped. I tried using the
PlainTextConstruct and got the same result.
>From browsing the forums, i gather you should be able to do this,
although the Java docs are sparse in explaining the difference between
the TextConstruct types.
Thanks,
- Elam
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---