vkurko / calendar

Full-sized drag & drop JavaScript event calendar with resource & timeline views

Home Page:https://vkurko.github.io/calendar/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

feature to add link to event

victorDigital opened this issue · comments

a feature I would like to see is the possibility of adding a link to a calendar event like a

<a href="..."> normal event HTML here </a>

ps.
if you try to do this currently by modifying the event.el.outerHTML of the event and wrapping it in an a tag you no longer are able to switch weeks

A sleek implementation that allows this feature is adding another event object property e.g. backgroundColor

thanks from Copenhagen, Denmark 😎✌️

I would like to see is the possibility of adding a link to a calendar event

Did you check eventContent setting? It allows you to display absolutely any content inside the events.

adding another event object property e.g. backgroundColor

backgroundColor is supported. Please see here.