如何将会议URL添加到.ics文件 [英] How can I add meeting url to .ics file

查看:103
本文介绍了如何将会议URL添加到.ics文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

这是我尝试的方法...我使用了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:uid1@example.com
DTSTAMP:19970714T170000Z
ORGANIZER;CN=John Doe:MAILTO:john.doe@example.com
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文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆