Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8fdb1e60 authored by Andy McFadden's avatar Andy McFadden Committed by Android (Google) Code Review
Browse files

Merge "Add a URI for recurring event exceptions"

parents 6276814a 4a8c478d
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -1205,6 +1205,14 @@ public final class Calendar {
        public static final Uri CONTENT_URI =
                Uri.parse("content://" + AUTHORITY + "/events");

        /**
         * The content:// style URI for recurring event exceptions.  Insertions require an
         * appended event ID.  Deletion of exceptions requires both the original event ID and
         * the exception event ID (see {@link Uri.Builder#appendPath}).
         */
        public static final Uri EXCEPTION_CONTENT_URI =
                Uri.parse("content://" + AUTHORITY + "/exception");

        /**
         * The default sort order for this table
         */