If you decide that you want to disallow the following bits:
publicly writable user calendars (bit 2),
double booking of resources (bit 9),
and modifying the given name (bit 11),
then your bit pattern would look like this:
”00000000000000000000101000000100’
which you would convert into the integer 2564 so that:
icsAllowRights: 2564