dolanor/caldav-go

PutEvents - 500 Request Failed - SOGO

amandahla opened this issue · 1 comments

I'm trying to put events on SOGO calendar but this error occurs. Same code works with Radicale.

Any ideas?

2022/02/07 12:33:13 error: unable to put calendar
func: github.com/dolanor/caldav-go/caldav.(*Client).PutEvents-fm
context: *caldav.Client
cause: error: unexpected server response 500 Request Failed
func: github.com/dolanor/caldav-go/caldav.(*Client).PutCalendars-fm
context: *caldav.Client
cause: 
exit status 1

Hi, sorry for not seeing that sooner. I've been behind my GH notifications.
Do you have some minimalistic code reproduction for that?
Maybe there is something in the settings/event that is missing?

Also, what is your SOGo version? Do you have any logs from the SOGo server? As it is a HTTP 500 error, it seems the problem came from the server side, not the client side.