How to using intents to view calendar data?

前端 未结 3 569
一个人的身影
一个人的身影 2020-12-06 14:52

I made this code:

long eventID = 208;
Uri uri = ContentUris.withAppendedId(Events.CONTENT_URI, eventID);
Intent intent = new Intent(Intent.ACTION_VIEW)
   .s         


        
3条回答
  •  陌清茗
    陌清茗 (楼主)
    2020-12-06 15:06

    This may help you!!! http://developer.android.com/guide/topics/providers/calendar-provider.html

提交回复
热议问题