yihong0618 和朋友们的频道 头像

消息来源频道

yihong0618 和朋友们的频道

@hyi0618

频道8,612 位成员公开可见0 人在线

yihong0618 和朋友们的频道

成员规模8,612 位成员
在线情况0 人在线
消息总数10,129 条消息
浏览量总数3,298,582 次浏览

在这个频道里搜索消息……

t.me/hyi0618

TIL:
Link: https://github.com/simonw/til/blob/main/ics/google-calendar-ics-subscribe-link.md
📌 Providing a "subscribe in Google Calendar" link for an ics feed
If you provide your own custom generated ICS file hosted at a URL it's nice to be able to give Google Calendar users an easy way to subscribe to that feed.
As far as I can tell this isn't documented anywhere, but it is possible.
The format is https://www.google.com/calendar/render?cid=webcal:// followed by your URL.
For example: https://www.google.com/calendar/render?cid=webcal://pretalx.com/pycon-au-2020/schedule/export/schedule.ics
This drops the user into the a Google Calendar interface with a prompt for them to confirm their subscription.
I believe this only works if you are serving your ICS feed over HTTPS.
✏️ The catch: polling frequency
Unfortunately as far as I can tell Google Calendar polls for updates to the feed less than once every 24 hours. This is frustrating, as it makes this feature far less useful than it could be.