How to set week view as the default for calendar menu?

Confluence User - 04 Dec, 2019

Hello guys,

Do you have any idea for set week view as the default view mode for calendar menu?

plugins

2


05 Dec, 2019
confluenceUser
1
confluenceUser

Hi, I do not see an option to configure the default view. But perhaps you could try to use some custom JavaScript to simulate a click on the Week button on page load. For example 

$(function() {
  $("button.fc-agendaWeek-button").click();
});
06 Dec, 2019
confluenceUser
confluenceUser

Hi Anders,

Thank you for your answer. It works.

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print