Webcal on Android

Hi, I have a webcal channel with a calendar that I would like to add to the user of my Google calendar. I tried looking a lot to find out if this was possible, but nothing worked. I'm still relatively new to Android development, so feel free to miss something very simple!

thanks

+6
source share
2 answers

To subscribe to a calendar on your Android phone, you need to subscribe to the corresponding calendar in the Google Calendar account that is associated with your phone. After you are subscribed, the calendar should appear on the phone. Hope this is what you were looking for.

0
source

What happens when you change the URL from webcal: // to http: //? You can create it and use CSS to display http or https when users use Android. Does it import or subscribe?

0
source

Source: https://habr.com/ru/post/898317/


All Articles