Please check that this issue hasn't been reported before.
[X] I searched previous Bug Reports and didn't find any similar reports.
Expected Behavior
After pressing Save Event, for the event to show up.
Current behaviour
The menu does not disappear for saving the event, and the event does not appear within the calender.
JavaScript console output
Cannot read properties of undefined (reading 'id')
at eval (plugin:obsidian-full-calendar:63617:53)
at Generator.next (<anonymous>)
at eval (plugin:obsidian-full-calendar:78:61)
at new Promise (<anonymous>)
at __async (plugin:obsidian-full-calendar:62:10)
at submit (plugin:obsidian-full-calendar:63616:40)
at eval (plugin:obsidian-full-calendar:63487:11)
at Generator.next (<anonymous>)
at eval (plugin:obsidian-full-calendar:78:61)
at new Promise (<anonymous>)
Steps to reproduce
Select a time on the calendar
Enter a random name for the event
Press Save Event
Calendar information
iCloud
Using app-specific
Which Operating Systems are you using?
[ ] macOS
[X] Windows
[ ] Linux
[ ] Android
[ ] iOS
Obsidian Version
1.4.14
Full Calendar Plugin Version
0.10.7
Checks
[X] I have tried it with all other plugins disabled and the error still occurs.
Possible solution
No response
Comments
After using a breakpoints, calendars is an empty array. The calendars are within the cache but filtered out, assuming because it isn't readable.
Please check that this issue hasn't been reported before.
Expected Behavior
After pressing
Save Event
, for the event to show up.Current behaviour
The menu does not disappear for saving the event, and the event does not appear within the calender.
JavaScript console output
Steps to reproduce
Save Event
Calendar information
Which Operating Systems are you using?
Obsidian Version
1.4.14
Full Calendar Plugin Version
0.10.7
Checks
Possible solution
No response
Comments
After using a breakpoints,
calendars
is an empty array. The calendars are within the cache but filtered out, assuming because it isn't readable.