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

Commit 3ba8324e authored by Marc Blank's avatar Marc Blank Committed by Android (Google) Code Review
Browse files

Merge "Add ORGANIZER_CAN_RESPOND to Calendars column"

parents db0047a8 7f355e43
Loading
Loading
Loading
Loading
+7 −2
Original line number Diff line number Diff line
@@ -33,11 +33,9 @@ import android.database.DatabaseUtils;
import android.net.Uri;
import android.os.RemoteException;
import android.pim.ICalendar;
import android.pim.RecurrenceSet;
import android.text.TextUtils;
import android.text.format.DateUtils;
import android.text.format.Time;
import android.util.Config;
import android.util.Log;

/**
@@ -289,6 +287,13 @@ public final class Calendar {
         * <P>Type: String</P>
         */
        public static final String OWNER_ACCOUNT = "ownerAccount";

        /**
         * Can the organizer respond to the event?  If no, the status of the
         * organizer should not be shown by the UI.  Defaults to 1
         * <P>Type: INTEGER (boolean)</P>
         */
        public static final String ORGANIZER_CAN_RESPOND = "organizerCanRespond";
    }

    public interface AttendeesColumns {