Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我浏览了这个SO 论坛,它说要为.vcs文件添加一个标题,但是当我尝试.vcs通过单击它来打开文件时,Android 系统弹出窗口会打开.vcs文件和图像、视频、音频......但它没有添加到本地Android 日历。
.vcs
有人能帮忙吗?
.vcs对于今天的使用来说已经很老了。我建议您创建更新版本.ics的文件,而不是.vcs尝试以下操作;
.ics
header("Content-Type: text/Calendar"); header("Content-Disposition: attachment; filename=london2012.ics");
请参阅iCalendar (.ics) 和 vCalendar (.vcs) 之间的区别