• Resolved rmcmorran

    (@rmcmorran)


    Is there a way in the shortcode to set the default view to listMonth or listweek rather than the standard dayGridMonth?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author michielve

    (@michielve)

    You use default_view for that. You can choose between dayGridMonth, timeGridWeek, listWeek and listDay. For example:

    [pgc default_view="listWeek"]

    If you don’t want to show the other views:

    [pgc default_view="listWeek" header-right=""]

    Thread Starter rmcmorran

    (@rmcmorran)

    Ah, yes I see now! Thank you!

    It was on the instructions page. Actually TBH the documentation isn’t very clear – I think it would help to show a list of all the shortcode parameters rather than just showing them in those tiny scrolling boxes, as it’s easy to miss useful info.

    Great plugin though!

    Plugin Author michielve

    (@michielve)

    Good to hear it’s working. And I agree that the documentation can be improved. I’ll look into this when I have some time.

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

The topic ‘Calendar default view’ is closed to new replies.