Are you logged in when exporting? They should show up if you’re logged in.
Thank you for the reply. When I am logged in, it shows all the events when I download it as an .ics. But when I use the feed buttons, they only show the non private events.
Exporting is not enough because the agenda changes some times and I want that when it changes, the changes automatically apear in my own agenda. Is this possible?
There’s no built-in way to do this. However, there is a filter in the test to check whether an event is private: mc_private_event. You could add a custom function to that, checking for a custom GET parameter that you could add to the links privately so that you could fetch private events.
That said, the subscription feed only shows new events; the subscription is a notification feed for newly added events, so it won’t help you get updates. For that, you may be better off using the API endpoints.
Thank you for your reply. I will look in to the custom function.