Hello,

I try to add a link to the content of my event. I use the .Net
library.

In my event, I have the following code :

EventEntry entry = new EventEntry();

string url = "http://www.mysite.com";;

entry.Title.Text = "Hello";
entry.Content.Content = url;
...

But when I look to my event body, the link is transformed into a
simple text (not clickable).

Is there a way to keep the link ?

I try to create a WebContent without success too (creating an html
page which contains only the link).

Is there a way to add an action in the balloon after the [Delete]
action when clicking on the event (not on the title) ?

Thanks in advance for any help.

Best regards,
Olivier

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to