YunoHost-Apps / sogo_ynh

SOGo Groupware for YunoHost.
https://sogo.nu/
GNU General Public License v3.0
6 stars 4 forks source link

Events aren't saved #4

Closed ghost closed 4 years ago

ghost commented 4 years ago

Hi,

When I try to create an event, it's not saved. Here are the logs provided in /var/log/sogo/sogo.log:

Oct 09 15:53:41 sogod [15031]: 127.0.0.1 "POST /SOGo/so/USER/Calendar/personal/3AB5-5D9E0280-D-14B8C7A0.ics/saveAsAppointment HTTP/1.0" 200 21/492 0.053 - - 664K
Oct 09 15:53:41 sogod [15031]: 127.0.0.1 "GET /SOGo/so/USER/Calendar/alarmslist?browserTime=1570636421 HTTP/1.0" 200 63/0 0.006 - - 0
Oct 09 15:53:41 sogod [15029]: 127.0.0.1 "GET /SOGo/so/USER/Calendar/eventsblocks?ed=20191012&sd=20191012&view=dayview HTTP/1.0" 200 486/0 0.010 - - 0
Oct 09 15:53:41 sogod [15031]: 127.0.0.1 "GET /SOGo/so/USER/Calendar/eventslist?asc=1&day=20191009&filterpopup=view_next7&search=title_Category_Location&sort=start&value= HTTP/1.0" 200 439/0 0.030 - - 0

Thanks in advance for your help,

ghost commented 4 years ago

I'm actually trying with another user created for testing purpose, test, and the events are working now:

Oct 09 15:57:08 sogod [15029]: 127.0.0.1 "POST /SOGo/so/test/Calendar/personal/3AB7-5D9E0380-9-305E08C0.ics/saveAsAppointment HTTP/1.0" 200 21/492 0.019 - - 0
Oct 09 15:57:08 sogod [15029]: 127.0.0.1 "GET /SOGo/so/test/Calendar/alarmslist?browserTime=1570636628 HTTP/1.0" 200 63/0 0.007 - - 0
Oct 09 15:57:08 sogod [15031]: 127.0.0.1 "GET /SOGo/so/test/Calendar/eventsblocks?ed=20191012&sd=20191006&view=weekview HTTP/1.0" 200 1012/0 0.013 - - 0
Oct 09 15:57:08 sogod [15029]: 127.0.0.1 "GET /SOGo/so/test/Calendar/eventslist?asc=1&day=20191009&filterpopup=view_next7&search=title_Category_Location&sort=start&value= HTTP/1.0" 200 646/0 0.028 - - 232K

I'll check what settings differ from the other user.

ghost commented 4 years ago

Never mind, I was tricked by the poor UI:

Screen Shot 2019-10-09 at 18 01 52

I unchecked the days I wanted to show, but I indeed needed to do the contrary... Closing!