Hi Trevor,

With my code above, the link is not clickable when viewing the event
details.

How do you do that ?

Must I include HTML tag in my URL ?

Thanks in advance,

Olivier

On 12 mar, 01:04, Trevor Johns <[email protected]> wrote:
> On Wed, Mar 11, 2009 at 1:04 PM, oanguenot <[email protected]> wrote:
>
> > 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
>
> Oliver,
> Where you want the hyperlink to be clickable? It should already be
> clickable inside of Google Calendar when viewing the event details.
>
> As for Web Content events, those only work when creating all-day events.
>
> There is currently no way to add custom actions to event bubbles/balloons.
>
> --
> Trevor Johns
--~--~---------~--~----~------------~-------~--~----~
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