I have the same error and at, line 28 of calendar.ts can’t destructure ‘eventClick’ from an apparently undefined object. This can be fixed by using this example instead :
this.container.style.minHeight = "800px";
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()
(I have added an {} settings to the renderCalendar function)
This is all great and further to my 2 posts it occurs to me that more customization “Options” enable-able in the “Options” section for the OBS Plugin besides the addition of new Calendars would be magnificent.
Enabling as many options from the project would, I suspect, make it a Smash Hit in the Obsidian ecosystem.
And it would drive paying corporate uptake from enterprise situated users of Obsidian.
The most recent update also includes the ability to set the first day of the week to another day besides Sunday, thanks to another PR by @JeremieSpiesser on GitHub
I’m also a big user of the tasks plugin, and this is definitely on the roadmap. The next big feature in that direction is adding support for multiple events inline in a single note. Tasks should fall out of that feature pretty easily
Hello.
First of all, thank you for making such a nice plugin.
In the settings, when I say add apple calendar (icloud), I write the mail and password of my apple account in the window that appears.
However, I am getting the error message:
“There was an error loading a calendar. Check the console for full details”
Where am I doing wrong?
I would really appreciate if you can help.
I tried with both my apple account and password and obsidian account name and password, but the same error message appears.
I couldn’t understand why.
What should I do?
Thanks.
There should be no reason to enter your Obsidian account details.
@fmecklenburg had the correct suggestion to try. App-specific passwords. It’s a special password you generate for an app to use, so you don’t have to reveal your Apple password to any app. The steps are here:
I’m trying this plugin out now, seems to have a lot of potential. For the easily distracted and forgetful among us, would this have similar features as Day Planner such as Day View in the sidebar, desktop notifications when next task has begun, etc?
Hi @davish, thank you for this great plugin, I have been wanting this since the first day of using Obsidian
Two things from my side:
I would love to translate it into my own language, Dutch. Is there any way I can do that or help you do that?
In The Netherlands we use the 24h time format, is there a way to switch from am/pm to 24h? If there isn’t, would it be really difficult to add that to the plugin?
Another appreciative Full Calendar user here:
it looks like there is already a request for 24hr time on GitHub. I’d also like that option!
My current (slightly ugly) workaround is to start my event names with the 24hr time so that the notes sort nicely in the file explorer and the 24-hr time is visible on the calendar as part of the event name. E.g. if I had a call this afternoon I might type 1500 call for xyz in the event name/title field. It just adds an extra step, since I still have to set the time fields in the form, but it helps me when looking back at things or trying to link to an event note when I only remember the time!
Edit: I have no idea how translations work for plugins; I hope the developer can answer!