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

Commit af12be7a authored by Michael Chan's avatar Michael Chan Committed by Android (Google) Code Review
Browse files

Merge "Update comment on required fields for an event"

parents 09cd10c7 1ad8347d
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -1411,7 +1411,9 @@ public final class CalendarContract {
     * <dd>When inserting a new event the following fields must be included:
     * <ul>
     * <li>dtstart</li>
     * <li>dtend -or- a (rrule or rdate) and a duration</li>
     * <li>dtend for non-recurring events</li>
     * <li>duration for recurring events</li>
     * <li>rrule or rdate for recurring events</li>
     * <li>a calendar_id</li>
     * </ul>
     * There are also further requirements when inserting or updating an event.