Skip to content

Custom week length not working with month mode #1122

@Schenk0

Description

@Schenk0

I am trying to display a month view but with only mon-fri but it does not work. Now if i set the mode={'custom'} it works with the custom week length but then it only shows the week.

Here is my component:

<Calendar 
  events={events} 
  height={600} 
  mode={'month'} 
  weekStartsOn={1}
  weekEndsOn={5}
/>

Thank you,
Noah

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions