Allow to hide the Calendar's title
See original GitHub issue@martijnrusschen I want to hear whether it will be ok to add a new boolean prop, something like displayCalendarTitle
that will hide the header (August 2017 in this example):
Because it is a bit redundant to display it when you have a year and month dropdowns.
This is an example for what I am aiming for:
I am not sure, but maybe the title frame should be configurable?
Let me know what do you think, I will prepare a pr if it will be ok with you.
Thanks…
Issue Analytics
- State:
- Created 6 years ago
- Reactions:2
- Comments:9 (3 by maintainers)
Top Results From Across the Web
How to Hide Your Calendar from Everyone in Office 365
Select the calendar you want to hide. Click the three dots to the right of the calendar name. Click Sharing and Permissions.
Read more >How to hide calendar details from others in Outlook
1. Select the Private option for appointments · You can hide calendar appointment, event, and task details from other users with the Private ......
Read more >How to Hide Your Calendar from Everyone in Office 365
At the bottom of the navigation pane, click Calendar. · Select the calendar you want to hide. · On the Home tab, click...
Read more >How to Hide Details From Others on Outlook Calendar
First access and open the calendar and then adjust the "Read" settings to "None" under the "Calendar Permissions." Make sure to choose the...
Read more >Hide details of all or some appointments and meetings
Right click your calendar folder and choose Properties. Select the Permissions tab. In the Name list select Default. Change its Permissions ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
you can set it to " " , dateFormatCalendar=" " ; just a space worked for me while “” did not.
Hello. Are there any updates on this? I would like to hide the calendar title and I tried to pass
dateFormatCalendar=""
, but I get an error:Uncaught TypeError: Cannot read property 'map' of null
Which seems to be related to date-fns
format()
function.