I have an example of the date picker where I use Renderer2 in order to scrape the dom and add in a title attribute, giving each day that matches a day from a list of specialDates
a tooltip in the calendar pane of the date picker.
Is it possible to make this a material tooltip instead?
So, not a Mat-Tooltip, but I made an example of adding modern CSS tooltips to each day specifically. I also added a dashed border around the days with tooltips.
This is the stackblitz
I'll mark this as an answer for now, because I dont see it being possible to add mat tooltips to the calendar.