如何从Android向Google日历添加附件

时间:2013-09-26 07:52:19

标签: java android android-intent

我正在使用意图在Google日历应用程序中创建一个新事件。

但是,我找不到将照片添加为附件的方法。

                Intent intent = new Intent(Intent.ACTION_INSERT);
                    intent.setType("vnd.android.cursor.item/event");
                    intent.putExtra(Events.TITLE, "Learn Android");
                    intent.putExtra(Events.EVENT_LOCATION, "Home sweet home");
                    intent.putExtra(Events.DESCRIPTION, mImageUri);


intent.putExtra(Events.A, mImageUri); ===> ?

我该怎么做?

1 个答案:

答案 0 :(得分:0)

我认为不幸的是API不支持它,但我可能错了。 Here是完整的事件表,附件没有任何内容。

编辑:

此功能仍然是一个实验室,Google目前不会通过API公开它。请参阅source