calendarplus
calendarplus copied to clipboard
Cannot share calendar (jQuery error)
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: ?
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...
I can confirm that problem on my 8.2 installation.
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!
Same here with Calendar+ 1.1.1 on my OC 8.2
Same here on OC 8.2 and latest version of Cal+
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
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: .
Same her, with OC 8.2 and the latests version of Calendar Plus.
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
- libsys has no time to dedicate to development of the apps.
- 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.
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"