2011-08-18 32 views

回答

0

你有訪問日曆正確的權限?我相信您可能需要在清單中聲明:

<uses-permission android:name="android.permission.READ_CALENDAR"/> 
//If you need to write to the calendar 
<uses-permission android:name="android.permission.WRITE_CALENDAR"/>