Community

How to link a calendar event to a custom URL

I've created an Events content type and added an Advanced Link field, which contains a url to various pages in and out of my site. On the calendar view, I need to link to the URL entered in the link field instead of linking to the node. How can I do this?

I'm using the FullCalendar module, if that makes any difference.

Comments

Fullcalendar settings

In your view, under Format, you should have Fullcalendar and Settings. Click on Settings and look under Customize Fields. You can Choose "Use a custom redirect URL" and choose a field.

I figured it out. I had to

I figured it out. I had to change the Formatter in the Calendar view for the Advanced Link field to "URL, as plain text". The default settings was adding extra html. I also set it to "strip html tags".