I want to create a file, that will be accessed by using the webcal://
protocol.
The final goal is to let the user subscribe to a shared calendar, and I know that this can be done in a million different ways, and that webcal
has disadvantages, but please treat this question as a technical question about webcal
and don't offer alternatives.
- What should be its content, if I want it to allow a user to subscribe to a shared calendar?
- How should I host such a file? Most of the servers I know support only http/s queries.
Thx!