Forum Discussion
ckinakin
Jul 29, 2020Copper Contributor
Calendar Webpart showing weekend
So I have modified the content page of the calendar to remove the weekend days so that it will only show the work week using a source code <style type="text/css">TABLE.ms-acal-month TR TH:first-...
Warwick Ward
Jul 29, 2020Bronze Contributor
That code snippet only applies to the page it on as it modifies the DOM on render.
You would need to add the snippet to every page where you display the calendar
You would need to add the snippet to every page where you display the calendar