webcal:// support on Android not working - is there a supported calendar feed alternative [closed]

大城市里の小女人 提交于 2019-12-02 17:28:32

As the webpage says

Android phones do not support webcals. However, you can subscribe the calendars to Microsoft Outlook or Google Calendar and then synchronize GoogleCalendar with Android. Also, you can install ICSSync on your device and then add calendar links to that app.

http://www.webcal.fi/en/supported_applications.php

This is not the answer that OP is looking for. As pointed out by @Seïfane Idouchach Android browsers doesn't support webcal feed.

Workaround:

  1. Use http:// instead of webcall://
  2. Setting header to 'Content-Disposition: attachment' to make it force save the file on android devices. (You may also want to set the filename header).
  3. Now due to the above two steps, android client would download the file.
  4. Once downloaded, users can click the file to add them to calender app.
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!