CalendarProvider for humans.
CalendarWrapper is a bundle of classes aimed at making communication with the CalendarProvider more simple. It takes care of mapping objects and database rows to and from, CRUD operations can be performed with object methods. Currently only the Calendars, Events, Attendees and Reminders tables are implemented.
Perform the object method calls on an async thread. Further information can be found in this blog post.
Check out and maven install the hell out of it, build a jar and put it into the libs folder, or simply copy the required classes into the project.
The lowest supported API level is 14 (Ice Cream Sandwich).
Developed by Andras Kindler (twitter.com/andraskindler) and Gyula Voros (twitter.com/gyula_voros)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.