HI, I am using Joomla 3.8 with JEvents v3.4.47.
When you click on a recurring event on the web site you need to navigate with several clicks to "edit this recurrence" page. I want that the first click on the Event goes directly to that page.
When you navigate to Components -> JEvents -> Custom Layouts -> Monthly Calendar Cell you can select Core Jevents Fields and there Link which gives you the following code {{Link:LINK}} that can be used in the Monthly Calendar Cell.
This code is replaced when the calendar cell is rendered with the link to the Event-detail from this calendar cell.
For example: http://localhost/index.php/calendar/eventdetail/20000/-/eventTitle This link opens the main page for the particular calendar event.
The following link http://localhost/index.php/calendar/icalrepeat_edit/20000 opens the edit page for the the particular calendar event.
Is there a code snipped like {{Link:EDIT}} that gives me the URL of the edit page instead of the main event page.