OroCRM Forums

Covering OroCRM topics, including community updates and company announcements.

Forums Forums OroCRM How to show week view on calendar dashborad widget

This topic contains 5 replies, has 4 voices, and was last updated by  wgozdzicki 6 years, 11 months ago.

Starting from March 1, 2020 the forum has been switched to the read-only mode. Please head to StackOverflow for support.

  • Creator
    Topic
  • #30593

    prganvani
    Participant

    Hi,

    Currently there is daily view on dashboard calendar, but instead I want to show week view on calendar.

    Thankx

Viewing 5 replies - 1 through 5 (of 5 total)
  • Author
    Replies
  • #30594

    jderdziak
    Participant

    Hello,

    This widget allows only a daily view. Although if you click name of the calendar, you will be forwarded to full calender with monthly, weekly and daily view.

    #30595

    Sufiyan Malek
    Participant

    Hi prganvani,

    it’s open source
    so it’s not possible itself is not possible :)

    So, let me tell how you can achieve this.

    Just do one thing, copy calendar view file from vendor to the app directory of your project.
    for your reference How to Override Templates from Third-Party Bundles .

    Copy and replace code with following code in your twig file.

    you have to add 'defaultView': 'agendaWeek', to have week view. and same for month.

    Cheers :)

    #30596

    prganvani
    Participant

    Hi sufiyan Malek,

    Thanx for the solution it 100% working. :)

    #30597

    prganvani
    Participant

    Week of Calendar on dashboard is working fine but the events and tasks are not showing in dashboard calendar view.

    #30598

    wgozdzicki
    Participant

    Hi prganvani,
    Could you provide logs of application? And let me know, please, how you add tasks and events.

    Best regards

Viewing 5 replies - 1 through 5 (of 5 total)

The forum ‘OroCRM’ is closed to new topics and replies.

Back to top