标签: android android-calendar
我想在SDK 14之前以预先从设备的日历中获取/放置事件。
我发现了这个: http://code.google.com/p/android-calendar-provider-tests/source/browse/trunk/src/com/androidbook/androidcalendar/CalendarActivity.java
但这仅适用于Activity的onCreate方法。我尝试从外部onCreate调用方法,但它不起作用。
我有一个类扩展ArrayAdapter,我想从这个(onClick一个元素)调用另一个自己的类methot,它将事件放到日历中。
我尝试了几个小时的搜索解决方案,但毫无意义......