How to show only weekdays in the Calendar widget?

0
I'm using a Calendar widget and want to display events excluding weekends. when an event spans across weekends, I'd like it to be shown in the calendar excluding the weekends. The calendar should still indicate weekends but exclude them when displaying events. How can I achieve this?   now:     what i want:
asked
3 answers
0

 

If you go to the view tab on the calendar properties, you can select the work week option on the initial selected view. 

answered
0

Hi,

I don't think this widget supports the required feature. You may need to develop a custom widget to achieve this functionality.

answered
0

Hi,

 

as Mehmet said you can define in the calendar settings if you want to see the whole week (mo-su) , work week (mo-fr) or month, day or agenda (list) and can switch between them as a user.

 

If you want to create an event of 5 days starting at friday it still ends at tuesday even if you do not see the weekends in work week view. 

 

If you want to exclude the weekends from the time span you need to split the event into pieces (here friday -> Event 1 and monday to thursday -> Event 2)  and install a sort of bracket value to identify that they belong togehter.

 

Hope that helps, I spend days on the Mendix calendar missing some features but this works so far. There are other calendar widgets from external comapnies in the marketplace but pricing is far away fro what we needed. 

 

Greetings,

Timo

  

 

 

 

 

 

answered