Open martingabelmann opened 8 years ago
event is an Event Object that hold the event's information (date, title, etc). Call hasTime on the event's start/end to see if it has been dropped in a timed or all-day area (more info).
The multiselect thing is from the old calendar and not related to the new one.
Calendar version: checkout c09293c
btw, please don't use the git version. Rather use one of our proper releases https://github.com/owncloud/calendar/releases
Steps to reproduce
Expected behaviour
The event should be marked as all day event.
Actual behaviour
The event still has a start-end time without the "all day event" option.
Server configuration
Operating system: Archlinux
Web server: Apache 2.4
Database: Postqres
PHP version: 7
ownCloud version: 9.0.0
Calendar version: checkout c09293c6752deccd2f7070f37e1922b9
Updated from an older ownCloud or fresh install: fresh install
Signing status (ownCloud 9.0 and above): all checks passed...
List of activated apps: standard apps + Calendar and Tasks
Logs
ownCloud log (data/owncloud.log)
I guess that
/srv/http/calendar/
should be/srv/http/apps/calendar/
?/srv/http/
is within the basedir.greetings Martin