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

Feature: Possibility to change name of default calendar #6842

Closed
brunt82 opened this issue Oct 16, 2017 · 2 comments
Closed

Feature: Possibility to change name of default calendar #6842

brunt82 opened this issue Oct 16, 2017 · 2 comments

Comments

@brunt82
Copy link

brunt82 commented Oct 16, 2017

Steps to reproduce

  1. Login to Nextcloud
  2. It is created a new calendar "personal" automatically

Expected behaviour

It should be possible to change the name of the default calendar by (e.g.) config.php-setting. In German the word "Personal" is also the name of the human resource department. This means that an user gets the notification that he created a calendar for the HR-department....

Actual behaviour

The default calendar is always "personal".

Server configuration

Operating system: Debian 9

Web server: Apache

Database: MariaDB

PHP version: 7.0.19

Nextcloud version: 12.0.3

Updated from an older Nextcloud/ownCloud or fresh install: Fresh installation

Where did you install Nextcloud from: from Website

Signing status:

Signing status
Login as admin user into your Nextcloud and access 
http://example.com/index.php/settings/integrity/failed 
paste the results here.

List of activated apps:

App list
If you have access to your command line run e.g.:
sudo -u www-data php occ app:list
from within your Nextcloud installation folder

Nextcloud configuration:

Config report
If you have access to your command line run e.g.:
sudo -u www-data php occ config:list system
from within your Nextcloud 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, …)

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

Are you using encryption: yes/no

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

LDAP configuration (delete this part if not used)

LDAP config
With access to your command line run e.g.:
sudo -u www-data php occ ldap:show-config
from within your Nextcloud installation folder

Without access to your command line download the data/owncloud.db to your local
computer or access your SQL server remotely and run the select query:
SELECT * FROM `oc_appconfig` WHERE `appid` = 'user_ldap';


Eventually replace sensitive data as the name/IP-address of your LDAP server or groups.

Client configuration

Browser:

Operating system:

Logs

Web server error log

Web server error log
Insert your webserver log here

Nextcloud log (data/nextcloud.log)

Nextcloud log
Insert your Nextcloud log here

Browser log

Browser log
Insert your browser log here, this could for example include:

a) The javascript console log
b) The network log
c) ...
@brunt82 brunt82 changed the title Feature: Change name of default calendar Feature: Possibility to change name of default calendar Oct 16, 2017
@nickvergessen
Copy link
Member

As long as the name is personal it will be translated with Personal which shows as Persönlich in Nextcloud 10 and higher. Users can rename it at any point in the calendar UI or with any other DAV client which supports it.

Okay it seems that activities are not making this translation. So we should fix this ;)

@brunt82
Copy link
Author

brunt82 commented Oct 17, 2017

Indeed this would help much. Anyhow there may be the use case to create the first calendar not with a fix but a dynamic name, such as the user name of the owner.

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

No branches or pull requests

2 participants