obsidian-full-calendar icon indicating copy to clipboard operation
obsidian-full-calendar copied to clipboard

Cannot create event because of bugged field

Open kzhe2059 opened this issue 1 year ago • 7 comments

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 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

kzhe2059 avatar Jan 07 '24 21:01 kzhe2059

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

Blondwolf avatar Jan 30 '24 18:01 Blondwolf

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.

amagana094 avatar Feb 01 '24 19:02 amagana094

That's disappointing, as I can't use a calendar app without the ability to create events. Hopefully that will change.

kzhe2059 avatar Feb 16 '24 15:02 kzhe2059

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.

HighLibrarian avatar Feb 19 '24 20:02 HighLibrarian

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

Blondwolf avatar Mar 22 '24 12:03 Blondwolf