No problem.Thanks for the help. Regards Saptarshi On Aug 8, 1:31 pm, "Lane LiaBraaten (Google)" <[EMAIL PROTECTED]> wrote: > Hi sapsi, > > You can add links and other HTML to your calendar events, but you need > to add it to the content of your event. Here's an example of how to > create an event with a link in the description: > > event = gdata.calendar.CalendarEventEntry() > event.title = atom.Title(text='Event with HTML content') > event.content = atom.Content(text='<a href="http:// > code.google.com">Google Code</a>') > new_event = self.cal_client.InsertEvent(event, '/calendar/feeds/ > default/private/full') > > Sorry it has taken me so long to get mack to you on this. > > Hope that helps, > Lane > > On Jul 3, 11:21 am, sapsi <[EMAIL PROTECTED]> wrote: > > > Hi, > > Given the following (python) code > > > event = gdata.calendar.CalendarEventEntry() > > event.link.append(atom.Link(href=one.url.value)) > > > where one.url.value is a string like "http://cnn.com" , when i insert > > the event noURL/Link appears anywhere, though the summary, content > > etc do appear. > > Is a link supposed to appear on the Google Calendar entry for this > > event? > > > Thank you > > Saptarshi
--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
