I'm trying to put some of my secondary calendars on my web page and I want an event's details to be visible there as well. Everything is working fine for my primary calendar - I'm able to set it to public with options: "See all event details". But it's not possible to make the same for secondary calendar (I'm creating the calendars with APIv3: https://developers.google.com/google-apps/calendar/v3/reference/calendars/insert, and also I insert ACL rule for "reader" access). All events are public.
Does anyone know how to make secondary calendar's events to be visible to not logged users? Or maybe there is some kind of walkaround (background loginig/not using google's iframe/etc...).