如何在按钮点击,Android上添加谷歌日历上的事件

时间:2017-05-04 08:18:36

标签: android

我想在Android按钮点击谷歌日历上添加事件,请提示一些添加方法

1 个答案:

答案 0 :(得分:0)

在Google Calender上添加活动的方法之一是使用Google的Calender API。

参考Google Calender API

其他方式是使用ContentProvider曝光将事件数据放入日历。

参考:sync event added programmatically with google calendar in android