Private calendar events

This commit is contained in:
M66B
2025-06-12 07:17:14 +02:00
parent 57060b0619
commit 8a1817629c

View File

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