Skip to content

wearemakery/calendarwrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CalendarWrapper

CalendarProvider for humans.

About

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.

Usage

Perform the object method calls on an async thread. Further information can be found in this blog post.

Including in your app

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.

Other notices

The lowest supported API level is 14 (Ice Cream Sandwich).

Developed by Andras Kindler (twitter.com/andraskindler) and Gyula Voros (twitter.com/gyula_voros)

License

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.

About

CalendarProvider for humans

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages