The active area (the whole area) will display the event bubble on hover if you specify action: "Bubble". You can override the event bubble object using bubble property:
"areas": [
{
action: "Bubble",
bubble: new DayPilot.Bubble(...),
"bottom": "0",
"html": "<div class='simptip-position-top simptip-multiline' data-tooltip='Tooltips content'><i class='mdi mdi-flask-outline'></i></div>",
"top": "20",
"visibility": "Hover",
"css": "event_paski",
"start": "2020-12-11T17:45:00",
"end": "2020-12-11T18:45:00"
}
]
If you only want to display the bubble for the <i> element you will have to move it to another active area. Areas can be overlapping and they use the default stacking so areas that you specify later will be displayed on top (unless you add custom z-index).