Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing feature to share subscription #952

Open
kenhys opened this issue Sep 28, 2018 · 2 comments
Open

Missing feature to share subscription #952

kenhys opened this issue Sep 28, 2018 · 2 comments

Comments

@kenhys
Copy link

kenhys commented Sep 28, 2018

Steps to reproduce

  1. Click [New Subscription]
  2. Fill iCal link such as:
    https://calendar.google.com/calendar/ical/ja.japanese%23holiday%40group.v.calendar.google.com/public/basic.ics
  3. Click [Create] button
  4. We can't see share button for subscription

Expected behaviour

We can share subscription with user or groups.

Typical use case is: sharing Holiday schedule.

It is a workaround to achieve a similar functionality by sharing a
calendar which imports Holiday schedule in the advance, but it is not
enough because it needs to update manually.

If someone can subscribe Holiday schedule (iCal) and share in groups,
it is convenient for Calendar app users. But there is no such a
feature yet.

Actual behaviour

There is no share button for subscription.

Server configuration

Operating system:

Ubuntu 16.04.5 LTS

Web server:

2.4.18-2ubuntu3.9

Database:

MariaDB

PHP version:

7.0.30-0ubuntu0.16.04.1

ownCloud version: (see your admin page)

ownCloud 10.0.8 (stable)

Calendar version: (see the apps page)

1.6.0

Updated from an older installed version or fresh install:

Fresh Install

Signing status (ownCloud 9.0 and above):

Login as admin user into your cloud and access 
http://example.com/index.php/settings/integrity/failed 
paste the results here.
No errors have been found.

List of activated apps:

If you have access to your command line run e.g.:
sudo -u www-data php occ app:list
from within your instance's installation folder
 sudo -u www-data php occ app:list
Enabled:
  - calendar: 1.6.0
  - comments: 0.3.0
  - configreport: 0.1.1
  - dav: 0.3.2
  - federatedfilesharing: 0.3.1
  - federation: 0.1.0
  - files: 1.5.1
  - files_external: 0.7.1
  - files_sharing: 0.10.1
  - files_trashbin: 0.9.1
  - files_versions: 1.3.0
  - files_videoplayer: 0.9.8
  - firstrunwizard: 1.1
  - market: 0.2.5
  - notifications: 0.3.3
  - provisioning_api: 0.5.0
  - systemtags: 0.3.0
  - updatenotification: 0.2.1
Disabled:
  - encryption
  - external
  - theme-example
  - user_external
  - user_ldap

ownCloud configuration:

If you have access to your command line run e.g.:
sudo -u www-data php occ config:list system
from within your instance's installation folder

or 

Insert your config.php content here
Make sure to remove all sensitive content such as passwords. (e.g. database password, passwordsalt, secret, smtp password, …)
{
    "system": {
        "datadirectory": "\/mnt\/data\/files",
        "apps_paths": [
            {
                "path": "\/var\/www\/owncloud\/apps",
                "url": "\/apps",
                "writable": false
            },
            {
                "path": "\/var\/www\/owncloud\/custom",
                "url": "\/custom",
                "writable": true
            }
        ],
        "dbtype": "mysql",
        "dbhost": "db:3306",
        "dbname": "owncloud",
        "dbuser": "***REMOVED SENSITIVE VALUE***",
        "dbpassword": "***REMOVED SENSITIVE VALUE***",
        "dbtableprefix": "oc_",
        "trusted_domains": [
            "localhost"
        ],
        "mysql.utf8mb4": true,
        "passwordsalt": "***REMOVED SENSITIVE VALUE***",
        "secret": "***REMOVED SENSITIVE VALUE***",
        "overwrite.cli.url": "http:\/\/localhost\/",
        "version": "10.0.8.5",
        "logtimezone": "UTC",
        "installed": true,
        "instanceid": "oc3lp9uaa3xv",
        "updatechecker": "false",
        "upgrade.disable-web": "true",
        "redis": {
            "host": "redis",
            "port": 6379
        },
        "memcache.distributed": "\\OC\\Memcache\\Redis",
        "memcache.locking": "\\OC\\Memcache\\Redis",
        "filelocking.enabled": "true",
        "memcache.local": "\\OC\\Memcache\\APCu",
        "maintenance": false,
        "loglevel": "2",
        "default_language": "en",
        "htaccess.RewriteBase": "\/"
    },
    "apps": {
        "backgroundjob": {
            "lastjob": "12"
        },
        "calendar": {
            "enabled": "yes",
            "installed_version": "1.6.0",
            "signed": "true",
            "types": ""
        },
        "comments": {
            "enabled": "yes",
            "installed_version": "0.3.0",
            "types": "logging,dav"
        },
        "configreport": {
            "enabled": "yes",
            "installed_version": "0.1.1",
            "types": "filesystem"
        },
        "core": {
            "backgroundjobs_mode": "cron",
            "installedat": "1538120895.5845",
            "lastcron": "1538125261",
            "lastupdatedat": "1538120895.59",
            "oc.integritycheck.checker": "[]",
            "public_files": "files_sharing\/public.php",
            "public_webdav": "dav\/appinfo\/v1\/publicwebdav.php"
        },
        "dav": {
            "enabled": "yes",
            "installed_version": "0.3.2",
            "types": "filesystem"
        },
        "federatedfilesharing": {
            "enabled": "yes",
            "installed_version": "0.3.1",
            "types": "filesystem"
        },
        "federation": {
            "enabled": "yes",
            "installed_version": "0.1.0",
            "types": "authentication"
        },
        "files": {
            "cronjob_scan_files": "500",
            "enabled": "yes",
            "installed_version": "1.5.1",
            "types": "filesystem"
        },
        "files_external": {
            "enabled": "yes",
            "installed_version": "0.7.1",
            "ocsid": "166048",
            "types": "filesystem"
        },
        "files_sharing": {
            "enabled": "yes",
            "installed_version": "0.10.1",
            "types": "filesystem"
        },
        "files_trashbin": {
            "enabled": "yes",
            "installed_version": "0.9.1",
            "types": "filesystem"
        },
        "files_versions": {
            "enabled": "yes",
            "installed_version": "1.3.0",
            "types": "filesystem"
        },
        "files_videoplayer": {
            "enabled": "yes",
            "installed_version": "0.9.8",
            "types": ""
        },
        "firstrunwizard": {
            "enabled": "yes",
            "installed_version": "1.1",
            "ocsid": "166055",
            "types": ""
        },
        "market": {
            "enabled": "yes",
            "installed_version": "0.2.5",
            "market": "0.2.5",
            "signed": "true",
            "types": ""
        },
        "notifications": {
            "enabled": "yes",
            "installed_version": "0.3.3",
            "types": "logging"
        },
        "provisioning_api": {
            "enabled": "yes",
            "installed_version": "0.5.0",
            "types": "prevent_group_restriction"
        },
        "systemtags": {
            "enabled": "yes",
            "installed_version": "0.3.0",
            "types": "logging"
        },
        "updatenotification": {
            "enabled": "yes",
            "installed_version": "0.2.1",
            "types": ""
        }
    }
}

Are you using external storage, if yes which one: local/smb/sftp/...

local

Are you using encryption: yes/no

no

Are you using an external user-backend, if yes which one: LDAP/ActiveDirectory/Webdav/...

N/A

Client configuration

Browser:

Firefox 63.0b9

Operating system:

Debian/unstable

CalDAV-clients:

N/A

@Julian1998
Copy link
Contributor

@kenhys Thx for the reference but I don't understand what they are talking about. Please use english or remove it ;)

We don't plan to support that feature right now. You could use calDav instead

@shushugah
Copy link

Bump! I am involved with a group of 20 people, and maintain a calendar available here http://techworkersberlin.com/events.ics but when I subscribe to it, I am unable to share this with my nextcloud group. Currently I must tell each of the 20 people to subscribe to the calendar on their own

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants