YukiGasai / obsidian-google-calendar

Add Google Calendar inside Obsidian
https://yukigasai.github.io/obsidian-google-calendar/
GNU General Public License v3.0
359 stars 25 forks source link

Ability to switch calendar post-event creation #184

Closed m-beau closed 11 months ago

m-beau commented 1 year ago

Currently, after an event is created, it is impossible to change its calendar from the dropdown menu. It is only possible when the even is created for the first time.

YukiGasai commented 11 months ago

Hi, I updated the EventDetails View to allow updating the calendar post event creation. The problem is, that the calendar can't be updated with the same endpoint as the rest of the values. I fixed this by updating the api as soon as another calendar is selected. Please test it yourself.