Calendar sync not possible with authentication

Being able to sync my Drone calendar with google cal is awesome. Unfortunately, everyone should use a password for their drone if its accessible on the internet.

When i browse to my drone ICS link on my phone’s lte, It asks for the username/password as it should. I suspect that google cal gets stuck at this point. http://user:password@host:8989/feed/calendar/NzbDrone.ics doesn’t work either.

Could you add a unprotected port for calendar feed/anything else that doesn’t need to be protected? Or perhaps a way for google to authenticate?
Thanks!

API Key authentication has been supported for some time, the iCal URL will have the API key appended in an upcoming release. You can add ?apikey=APIKEY at the end of the URL (use your API Key from drone’s General settings page) and drop the basic auth because its not supported by google calendar.

Works great, thanks!