Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot create event because of bugged field #533

Open
4 of 7 tasks
kzhe2059 opened this issue Jan 7, 2024 · 7 comments
Open
4 of 7 tasks

Cannot create event because of bugged field #533

kzhe2059 opened this issue Jan 7, 2024 · 7 comments
Labels
bug Something isn't working

Comments

@kzhe2059
Copy link

kzhe2059 commented Jan 7, 2024

Please check that this issue hasn't been reported before.

  • 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
  • Linux
  • Android
  • iOS

Obsidian Version

1.5.3

Full Calendar Plugin Version

0.10.7

Checks

  • I have tried it with all other plugins disabled and the error still occurs.

Possible solution

No response

Comments

No response

@kzhe2059 kzhe2059 added the bug Something isn't working label Jan 7, 2024
@Blondwolf
Copy link

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

@amagana094
Copy link

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.

@kzhe2059
Copy link
Author

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

@HighLibrarian
Copy link

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.

@Blondwolf
Copy link

Blondwolf commented Mar 22, 2024

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

@brianbrandson
Copy link

Version: 1.6.7
OS: Ubuntu 24.04

It does the same. I cannot select my CalDav calendar. And also cannot modify existing events as it gives me Read-only events cannot be modified.

@Blondwolf
Copy link

Yes it does the same. Except "just" that you can see your events in calendar module, synchronize it with your phone and any calendar app.

Also somehow with my method, it doesn't make sens to be able to modify your events from the events. Think about it: you're scanning your notes to generate events. You don't create event to generate notes. So even if you were able to modify them, it will be override by the next event generation.

Personnaly I use two calendar, 1 for syncing with my notes, 1 for simple events.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants