Lightning cannot create Event on Nextcloud11

For discussing the Mozilla Calendar, Sunbird and Lightning projects.
Post Reply
snIP3r23
Posts: 3
Joined: May 22nd, 2017, 11:40 pm

Lightning cannot create Event on Nextcloud11

Post by snIP3r23 »

Hi all!

Since i upgraded to nextcloud 11 i encountered that i am not able to add an event or a task in my nextcloud calendar via Lightning. Reading events/tasks is ok.
Nextcloud Version 11.0.3, TB Version: 52.1.1, Lightning Version 5.4.1.1
Every time i try to add an even i get an error message:

Code: Select all

An error occurred when writing to the calendar snIP3r_next! Error code: MODIFICATION_FAILED. Description: Status Code: 2147500037, The request cannot be processed.
Server Replied with 404
On the Serverside i looks like this:

Code: Select all

xxx.xxx.xxx.xxx - snIP3r [18/May/2017:19:59:36 +0200] "PUT /sniper/nextcloud11/remote.php/dav/calendars/snIP3r/personal/83700273-12ba-4030-9706-c9b2e2856852.ics HTTP/1.1" 404 236
the testentry is this:

Code: Select all

BEGIN:VCALENDAR

PRODID:-//Mozilla.org/NONSGML Mozilla Calendar V1.1//EN

VERSION:2.0

BEGIN:VTODO

CREATED:20170518T175935Z

LAST-MODIFIED:20170518T175935Z

DTSTAMP:20170518T175935Z

UID:83700273-12ba-4030-9706-c9b2e2856852

SUMMARY:testeintrag 1

END:VTODO

END:VCALENDAR
and in error console in tb it shows me this:

Code: Select all

calCalendarManager.js:966
An error occurred when writing to the calendar snIP3r_nextcloud! Error code: MODIFICATION_FAILED. Description: Status Code: 2147500037, The request cannot be processed.

Server Replied with 404
and this:

Code: Select all

  calDavCalendar.js:703:21
CalDAV: Unexpected status adding item to snIP3r_nextcloud: 404
BEGIN:VCALENDAR

PRODID:-//Mozilla.org/NONSGML Mozilla Calendar V1.1//EN

VERSION:2.0

BEGIN:VTODO

CREATED:20170523T065041Z

LAST-MODIFIED:20170523T065041Z

DTSTAMP:20170523T065041Z

UID:79e9ea36-d91e-4379-8ee7-5ea55d2ab959

SUMMARY:testeintrag 3

END:VTODO

END:VCALENDAR
if i try to add an event or task with an android device, everything runs as it should a i get this on the server side:

Code: Select all

xxx.xxx.xxx.xxx - snIP3r [18/May/2017:20:00:06 +0200] "PUT /sniper/nextcloud11/remote.php/dav/calendars/snIP3r/personal/c701af06-ff0f-4bd1-a8e5-1b06f45db210.ics HTTP/1.1" 201 -
so i assume it lightning related... with owncloud9 i had no such errors :(

can someone perhaps help me with this?
ths in advance
snIP3r
Post Reply