Reputation: 887
I am using jquery calendar used with Google calednar
http://arshaw.com/fullcalendar
It shows the events but they have hyperlink which take the user to Google calendar page. is there any way that i only get the events name with or URL so that they should not be clickable
thanks
Upvotes: 0
Views: 101
Reputation: 2373
If you look at the documentation here:
http://arshaw.com/fullcalendar/docs/mouse/eventClick/
You will see that you just have to not set a URL in the object.
Upvotes: 1