Varshini
Varshini

Reputation: 199

How to add links in google calendar through API

I need to add hyperlinks either through summary or through description in API. For example, I tried it for summary, I added <a href="www.google.com">Google</a>, it came as text and not as HTML format, whereas in description, it came as HTML format but i couldn't hyperlink in it but just edit it.

I saw another solution in stackoverflow but that solution was not feasible because it redirects to another page before we get the actual site (Link to add to google calendar)

Can you please say some possible ways to add a hyperlink in Google Calendar?

Upvotes: 0

Views: 704

Answers (1)

MαπμQμαπkγVπ.0
MαπμQμαπkγVπ.0

Reputation: 6737

You have same scenario from this StackExchage post.

You can try this solution:

Yes you can, by using the HTML code <a href="http://www.google.com/">link</a>. I have a Google calendar set up for a club, if you are in edit mode, it appears as text, if you are not in edit mode , ie log out of your Google mail, than look at your calendar, the link will work. I hope this helps.

Upvotes: 1

Related Questions