I fixed the off by one issue I described above by adding // to my webcal url's. The off by one behavior was seen with url's like this:
webcal:192.168.1.182:8085/wakaan23-aura
webcal:192.168.1.182:8085/wakaan23-halo
This caused the "Subscribed to" field in the Subscription Details page to show up as "http:192.168.1.182:8085/wakaan23-aura".
After adding //, my webcal url's look like this and all subscribed calendars are requested consistently:
webcal://192.168.1.182:8085/wakaan23-aura
webcal://192.168.1.182:8085/wakaan23-halo
Now the "Subscribed to" field in the Subscription Details page shows up as "http://192.168.1.182:8085/wakaan23-aura".
Note to Apple: I suspect the off by one and the lack of // subscription url are related.
Topic:
App & System Services
SubTopic:
Core OS
Tags: