I'm using react-big-calendar
component to schedule tasks, but it has just title
and description
, how can i create a box has <a>
tag and customize it?!
Asked
Active
Viewed 736 times
0

qiAlex
- 4,290
- 2
- 19
- 35

Zeyad Etman
- 2,250
- 5
- 25
- 42
1 Answers
2
There ain't any option in the APIs to do exactly what you are looking for. I assume you want to make the schedules hyper-links, so that it could be opened in a different view.
Why not make use of onDoubleClickEvent
or onSelectEvent
, once you are in the event handler, you could show a modal, redirect to another page, or what ever you wanted to do.

Arun Karunagath
- 1,593
- 10
- 24