Merge "Update comment on required fields for an event"

This commit is contained in:
Michael Chan
2011-10-18 14:33:10 -07:00
committed by Android (Google) Code Review

View File

@@ -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.