pnp / sp-dev-fx-webparts

SharePoint Framework web part, Teams tab, personal app, app page samples
http://aka.ms/spfx-webparts
MIT License
2.04k stars 3.85k forks source link

How to Hide Event Owner Initials #4505

Closed JonoSuave closed 9 months ago

JonoSuave commented 9 months ago

Disclaimer

Yes

Sample

https://github.com/pnp/sp-dev-fx-webparts/tree/main/samples/react-calendar

Contributor(s)

João Mendes

Question

Events on the calendar display the event's Owner Profile Initials. Is there a way to not show that (i.e. all I want is the event title to show)? Screenshot 2023-12-28 at 10 14 05 AM

ghost commented 9 months ago

Thank you for reporting this issue. We will be triaging your incoming issue as soon as possible.

JonoSuave commented 9 months ago

Found where the Persona component was within the HoverCard and replaced it with a Label component.