I don’t like to find little “Full Calendar” icon on the left sidebar to open it. I would like to have a link on my homepage for quick access. How to implement it?
Things I have tried
I looked up the answer on forum and github. Find some code, but it didnt work for me
this.container.style.minHeight = "500px";
const { renderCalendar } = app.plugins.plugins["obsidian-full-calendar"];
let calendar = renderCalendar(this.container, [[{start: new Date(), id: "id", title: "Now and for an hour"}]]);
calendar.render()