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

Possible to hide details of events? #335

Open
1Cedric1 opened this issue May 20, 2024 · 2 comments
Open

Possible to hide details of events? #335

1Cedric1 opened this issue May 20, 2024 · 2 comments

Comments

@1Cedric1
Copy link

Dear @klaernie ,
thank you for providing this calendar module; it works fine and it is a pleasure to use it.
May I ask you if (and how) it is possible no to show (or to hide) the details of a Google event in you calendar?

For example only to show the subject, time and duration, but not the location or other details.

Capture d’écran 2024-05-20 à 09 10 20

Thank you in advance for your advice and have a good day. Kind retards, Cedric

@klaernie
Copy link
Contributor

The simplest way is to include this in your CSS:

.CX2 .eventSub {
    display: none;
}

This simply hides all the details.

@1Cedric1
Copy link
Author

Perfect, I will try, thank you very much!

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

2 participants