You cannot have only client field in the primary key if you want to maintain multiple records in your table.
In your table if you will always have one recipient per event then you should have ClientEvent as the primary key. If you might have more than one recipient per event then the primary key should be ClientEvent+Recipient.
Kiran
Please mark useful answers
Add a comment