am 7420f133: Added new extra for creating an all-day event by default
* commit '7420f1339446cd76723d57b3c5c1bbc92f15f4f0': Added new extra for creating an all-day event by default
This commit is contained in:
@@ -109,6 +109,12 @@ public final class CalendarContract {
|
||||
*/
|
||||
public static final String EXTRA_EVENT_END_TIME = "endTime";
|
||||
|
||||
/**
|
||||
* Intent Extras key: When creating an event, set this to true to create an
|
||||
* all-day event by default
|
||||
*/
|
||||
public static final String EXTRA_EVENT_ALL_DAY = "allDay";
|
||||
|
||||
/**
|
||||
* This authority is used for writing to or querying from the calendar
|
||||
* provider. Note: This is set at first run and cannot be changed without
|
||||
|
||||
Reference in New Issue
Block a user