obsidian-full-calendar
obsidian-full-calendar copied to clipboard
Cannot create event because of bugged field
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
Creating events works and you select which calendar they're in
Current behaviour
Events can't be created as shown in this image
JavaScript console output
There is no view toggle in settings
Steps to reproduce
Create new event by clicking on date
Calendar information
2 Caldav from same url 1 ICS
Which Operating Systems are you using?
- [ ] macOS
- [ ] Windows
- [X] Linux
- [X] Android
- [ ] iOS
Obsidian Version
1.5.3
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
No response
Hello, I was also blocked by this. This is currently only working on read for caldav. You can't add or modify events from caldav calendars. I hope it will be added
I was also experiencing this issue. According to the docs, the only Calendar types that support editable events (and presumably creating new events) are the Daily Note and Full Note/Local Calendar options.
It seems like the option to create a new event should be disabled if a Local Calendar or Daily Note Calendar hasn't been added to the list of calendars.
That's disappointing, as I can't use a calendar app without the ability to create events. Hopefully that will change.
i added an ical calendar as read only, but added a second calendar that i use for daily notes. now i can add events to my daily notes but still see the events from my personal calendar. perhaps not what you need but it's the next best thing for me.
Well for my part, I was able to synchronize my tasks via ical as well. With those modules:
- iCal
- APIRequest
So basically, you scan your vault with iCal and it generates a file, for my side .ics; Then you can PUSH your file to a CalDav server such as Radicale. I also use a custom module for triggering https://github.com/Blondwolf/obsidian-file-trigger and finally I use a NodeRED server to create a requestable API.
This is a bit cumbersome and can surely be optimized but at least it update my FullCalendar agenda automatically by pulling then this calendar from my CalDav server. Would be nice to have someone integrate them all together.
Cheers