问题描述
这是我尝试的方法...我使用了URL属性,但是在日历(Microsoft日历)中却没有反映出
Here is how I tried... I used URL property but in calendar(Microsoft Calendar) it is not reflected
BEGIN:VCALENDAR
VERSION:2.0
PRODID://Elara/lofy/tanare/delp/314sum2015//
BEGIN:VEVENT
UID:[email protected]
DTSTAMP:19970714T170000Z
ORGANIZER;CN=John Doe:MAILTO:[email protected]
DTSTART;TZID=Asia/Kolkata:20201028T170000
DTEND;TZID=Asia/Kolkata:20201028T173000
SUMMARY:ION-Test
DESCRIPTION:Meeting to provide technical review for "Phoenix" design.\nHappy Face Conference Room. Phoenix design team
URL:https://www.webex.com/
END:VEVENT
END:VCALENDAR
推荐答案
该规范笼统地描述了URL属性. https://tools.ietf.org/html/rfc5545#section-3.8.4.6
The specification describes the URL property in general terms. https://tools.ietf.org/html/rfc5545#section-3.8.4.6
我建议检查各种会议安排工具,然后再使用.可以说会议URL是位置".例如,ZOOM使用LOCATION属性. https://tools.ietf.org/html/rfc5545#section-3.8.1.7 EG
I suggest check the various meeting scheduling tools and go with that. Arguably the meeting URL is the 'location'. For example ZOOM uses the LOCATION property. https://tools.ietf.org/html/rfc5545#section-3.8.1.7 EG
LOCATION:https://us04web.zoom.us/j/72974416824?pwd=N2ZNVzJxejR6a1p3TWFSU1U1
eUZwQT09
但是随后ZOOM还将html放到了不是所有应用程序都支持且规范未解决的DESCRIPTION中.
But then ZOOM also puts html in the DESCRIPTION which is not supported by all applications and not addressed by the specification.
这篇关于如何将会议URL添加到.ics文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!