mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 05:15:13 +02:00
Private calendar events
This commit is contained in:
@@ -264,6 +264,7 @@ public class CalendarHelper {
|
||||
values.put(CalendarContract.Events.DESCRIPTION, description);
|
||||
if (!TextUtils.isEmpty(location))
|
||||
values.put(CalendarContract.Events.EVENT_LOCATION, location);
|
||||
values.put(CalendarContract.Events.ACCESS_LEVEL, CalendarContract.Events.ACCESS_PRIVATE);
|
||||
values.put(CalendarContract.Events.STATUS, status);
|
||||
|
||||
long eventId;
|
||||
|
||||
Reference in New Issue
Block a user