Skip to content

Interacting with the Calendar

nesquena edited this page Oct 15, 2014 · 3 revisions

Overview

This guide outlines how to programmatically interact with a user's calendar using intents or through the CalendarProvider.

(Needs Attention)

Using Intents to Manage the Calendar

For general usage of intents for interacting with the Calendar which is generally simpler but more limited when compared to content providers, check out this calendar intents guide.

See this tutsplus guide for details on how to add an event to the users calendar using intents.

Interacting with Calendar Content Provider

The Calendar Provider is a repository for a user's calendar events. The Calendar Provider API allows you to perform query, insert, update, and delete operations on calendars, events, attendees, reminders, and so on.

You can check out the official docs for an overview. You can also check out this post for retrieving calendars and this second post for retrieving calendar events.

References

Finding these guides helpful?

We need help from the broader community to improve these guides, add new topics and keep the topics up-to-date. See our contribution guidelines here and our topic issues list for great ways to help out.

Check these same guides through our standalone viewer for a better browsing experience and an improved search. Follow us on twitter @codepath for access to more useful Android development resources.

Interested in ramping up on Android quickly?

(US Only) If you are an existing engineer with 2+ years of professional experience in software development and are serious about ramping up on Android quickly, be sure to apply for our free evening 8-week Android bootcamp.

We've trained over a thousand engineers from top companies including Apple, Twitter, Airbnb, Uber, and many others leveraging this program. The course is taught by Android experts from the industry and is specifically designed for existing engineers.

Not in the United States? Please fill out our application of interest form and we’ll notify you as classes become available in your area powered by local organizers.

Clone this wiki locally