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

Private events can only be hidden but not overwritten. #36

Open
AJOCHAM opened this issue Sep 19, 2019 · 0 comments
Open

Private events can only be hidden but not overwritten. #36

AJOCHAM opened this issue Sep 19, 2019 · 0 comments
Labels
bug Something isn't working Investigating

Comments

@AJOCHAM
Copy link

AJOCHAM commented Sep 19, 2019

Added the following 2 sections to your code.

line 34
overwritePrivate: false, overwritePrivateText: "--Private--",

line 620
`
else if (this.config.overwritePrivate) {
if(event.class === "PRIVATE") {
event.title = this.config.overwritePrivateText;
}

			}

`

@heskja heskja added enhancement New feature or request Investigating bug Something isn't working and removed enhancement New feature or request labels Nov 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Investigating
Projects
None yet
Development

No branches or pull requests

2 participants