我想创建一个链接,将事件保存到我网站上的Android谷歌日历中。我发现了如何创建一个到Web界面的链接,但它不会在我的android上打开应用程序:
https://calendar.google.com/calendar/r/eventedit?text=Test&dates=20180115T233000Z/20180115T233000Z&details=Details,+link:+http://example.com/&location=Paris&sf=true&output=xml
是否可以创建像
这样的深层链接calendar://event
并为其添加事件名称,说明和日期?
我可以用例如facebook:
来做到这一点fb://profile
所以它应该适用于谷歌日历,对吗?