使用下面的代码行可以打开浏览器,然后下载.ics文件,然后尝试在浏览器的日历中打开它。相反,我希望它直接打开日历应用程序并导入事件。” http://mylink
String url = "http://www.google.com/calendar/render?cid=http://mylink"; Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse(url)); startActivity(intent);