calendarplus icon indicating copy to clipboard operation
calendarplus copied to clipboard

Cannot share calendar (jQuery error)

Open enoversum opened this issue 9 years ago • 10 comments

After upgrading to owncloud 8.2 yesterday I am no longer able to share a calendar. Clicking on the corresponding icon gives no reaction. Console tells me there is a jQuery UI error:

jquery-ui.custom.js?v=d90a2c11d6de785d6ba1f7c2d6b655ed:7523 Uncaught TypeError: Cannot read property 'empty' of undefined

Any ideas for a fix :wink: ?

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/27575080-cannot-share-calendar-jquery-error?utm_campaign=plugin&utm_content=tracker%2F19394737&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F19394737&utm_medium=issues&utm_source=github).

enoversum avatar Oct 21 '15 08:10 enoversum

Same here but webinspector says nothing. When the Calendar is loaded there are many messages like

{"reqId":"lvHQv03\/FG+St3Sin0Hx","remoteAddr":"IPADRESS","app":"PHP","message":"Invalid argument supplied for foreach() at \/srv\/http\/data\/apps\/calendarplus\/templates\/navigationleft.php#106","level":3,"time":"2015-10-24T09:05:21+00:00","method":"POST","url":"\/index.php\/apps\/calendarplus\/rebuildleftnavigationcalendar"}

in the owncloud.log. But nn Sharebutton-Press nothing happens...

martingabelmann avatar Oct 24 '15 09:10 martingabelmann

I can confirm that problem on my 8.2 installation.

kevinkk525 avatar Oct 28 '15 14:10 kevinkk525

i have the same Problem with Calendar+ 1.1.1 on my OC 8.2 Installation. Maybee there will be a fix soon? Can i help something for it. i would do everything i could do!

Nemofly avatar Nov 04 '15 07:11 Nemofly

Same here with Calendar+ 1.1.1 on my OC 8.2

BaronThoran avatar Nov 07 '15 12:11 BaronThoran

Same here on OC 8.2 and latest version of Cal+

bhaskarvk avatar Nov 16 '15 16:11 bhaskarvk

exactly the same here .. i am wondering, that no one from the developers are answering .. they know? long time now .. i must go back to 8.1.x

frompxkrat avatar Nov 16 '15 19:11 frompxkrat

One would think that he is receiving e-mails when someone either here or on the add-on’s page writes a comment. He was able to reply before, so I’d guess he knows about it, possibly not finding time to maintain the add-on properly. Maybe we should, as sad as that is, possibly stick to the official add-ons :cry: .

enoversum avatar Nov 16 '15 20:11 enoversum

Same her, with OC 8.2 and the latests version of Calendar Plus.

jonaschl avatar Nov 24 '15 15:11 jonaschl

as unfortunate as it sounds, we currently have no choice but to move back to standard calendar/contact/task apps. According to this thread: https://github.com/libasys/calendarplus/issues/202

  1. libsys has no time to dedicate to development of the apps.
  2. Changes in owncloud9.0 will make plus app not compatible anymore due to merge of caldav/cardav into core.

I hope libsys and others will join forces to develop one awesome set of apps.

muppeth avatar Nov 24 '15 21:11 muppeth

It's possible to share a calendar+ on OC8.2 writing directly in the table "oc-share" of the database. Here are the names of the colomns and example values to fill in: INSERT INTO oc_share (id, share_type, share_with, uid_owner, parent, item_type, item_source, item_target, file_source, file_target, permissions, stime, accepted, expiration, token, mail_send) VALUES (7, 0, 'toto', 'titi', NULL, 'calpl', 'calendar-2', 'Jardin Shared by titi', NULL, NULL, 31, 1479980713, 0, NULL, NULL, 0)

NOTE: calendar-2 where 2 is the id of the calendar you choose to share, the number 2 is the value of the id colomn of the table "oc_clndrplus_calendars"

trespe avatar Nov 24 '16 11:11 trespe