How to Set a Title/Description for a Subscription Calendar (webcal:// ICS file)

送分小仙女□ 提交于 2019-12-22 09:01:11

问题


I have a calendar app for which I provide subscriptions by linking client using the "webcal://" protocol. It's working quite nicely. What I'd like to know is if there is a way title it in the receiving calendar application, such as Outlook, iPhone, Google, etc?

Currently, when loaded into Outlook it is displayed as the name of the web script from which it came. For instance if the script is (using ColdFusion) Create_ICS_File.cfm then Outlook shows it as "Create_ICS_File in Internet Calendars".

On the iPhone it shows up in Calendar as the full web address including URL variables. For example: mywebsite.com/Create_ICS_File.cfm?calid=4329-32

Is the a way, in the ICS file or otherwise, to set a title on these subscriptions?


回答1:


Using the X-WR-CALNAME - The display name of the calendar should do the trick

See http://en.wikipedia.org/wiki/ICalendar#Calendar_extensions.

See also How do I change the display name of an iCalendar in Outlook?



来源:https://stackoverflow.com/questions/16341006/how-to-set-a-title-description-for-a-subscription-calendar-webcal-ics-file

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!