Hi Arto,
Thanks a lot for reaching out to us on this! I can help you here…
1. I am using the list view on events calendar and when i click on recurring event instances in general settings nothing happens.
Not sure about this, Do you have recurring events that are not shown when they should?
2. Is there a possibility to echo out the whole list of recurring events without any tooltip/toggle? in the list view.
To get rid of the toogle option, just uncheck the option in WP-Admin > Events > Settings > Display: https://cloudup.com/cl8HcNZnIbe . Now to hide the recurring events tooltip, you’ll need to add the following CSS snippet to your theme (or child theme) stylesheet or via Simple Custom CSS plugin:
.tribe-mini-calendar-event .event-is-recurring .tribe-events-tooltip.recurring-info-tooltip {
display:none;
}
Please let me know about it,
Best,
Nico