Hello,
I was having a similar issue in Calendar and Contact componentes, and searched a lot.
Eventually I’ve come up with issue 20883 and finally the solution sugested by a4bits worked for me:
set your mariadb mysql.cnf
from
init-connect='SET NAMES utf8'
to
init-connect='SET NAMES utf8mb
I hope this helps others that are facing simular issues…