What is the “URL below ‘Event Details'”? I’m not sure what you’re referring to. Are you talking about the admin or the calendar output?
I am talking about the calendar Admin. Below ‘Event Details’, there is a field called URL. I would like the URL to open in a separate window when it is clicked on from the calendar instead of opening in the same window. Maybe a checkbox next to it “Open in a new Window?”, then all you do is add a target=”_blank” to the href.
Thank you.
No, that’s not currently an option.
Could you add this as a new feature in a future release maybe?
I don’t have any plans for adding this. Any external URL is labeled as an external URL in the output CSS, so you could add your own JS method to open those in a new tab if you need to.