Error Inserting Event into Calendar with Intent

后端 未结 4 1620
离开以前
离开以前 2021-01-20 19:14

I\'m trying to insert events to the calendar from a fragment, but I keep getting an error that no activity is found to handle Intent.

Here\'s the error

4条回答
  •  面向向阳花
    2021-01-20 19:48

    I used Intent intent = new Intent(Intent.ACTION_EDIT); and it seemed to resolve the issue

提交回复
热议问题