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

Commit e6fbf65d authored by Michael Chan's avatar Michael Chan
Browse files

Update the comment for Calendar Events required fields again.

Change-Id: I3f795ecb68a80d59e87e2fe0fc8cdcea67999354
parent 06f3e845
Loading
Loading
Loading
Loading
+3 −3
Original line number Original line Diff line number Diff line
@@ -1411,9 +1411,9 @@ public final class CalendarContract {
     * <dd>When inserting a new event the following fields must be included:
     * <dd>When inserting a new event the following fields must be included:
     * <ul>
     * <ul>
     * <li>dtstart</li>
     * <li>dtstart</li>
     * <li>dtend for non-recurring events</li>
     * <li>dtend if the event is non-recurring</li>
     * <li>duration for recurring events</li>
     * <li>duration if the event is recurring</li>
     * <li>rrule or rdate for recurring events</li>
     * <li>rrule or rdate if the event is recurring</li>
     * <li>a calendar_id</li>
     * <li>a calendar_id</li>
     * </ul>
     * </ul>
     * There are also further requirements when inserting or updating an event.
     * There are also further requirements when inserting or updating an event.