How can I add a new phone calendar to Android?

前端 未结 4 1077
刺人心
刺人心 2020-12-24 04:02

The calendar app on Android can merge multiple separate calendars: local phone calendar, Google calendars, etc.

How can I add a new such calendar to the Android phon

4条回答
  •  有刺的猬
    2020-12-24 04:24

    I've found this link that discusses accessing the Calendar content provider on phones before 4.0.

    Basically you just have to know the URI strings for the provider:

    • content://calendar for Android < 2.2
    • content://com.android.calendar for Android 2.2+.

提交回复
热议问题