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

Commit 1ad8347d authored by Michael Chan's avatar Michael Chan
Browse files

Update comment on required fields for an event

Change-Id: Id06c1442776c99912e65acd9b7db114a82da9042
parent 841d7949
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.