• Resolved kwbc2020

    (@kwbc2020)


    I am attempting to use Pretty Google Calendar but I cannot seem to get the list_view set correctly.

    I want to have the month initially show as a list on desktop (the whole month) and have the grid as optional view. I can get the grid ok, but when I switch to list I only get 1 day? I’ve tried list_view=”listCustom” initial_view=”listCustom” and initial_view=”listMonth”, etc. Thanks

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author LBell

    (@lbell)

    Using the argument initial_view="listCustom" should default to the list view on load.

    Note, the custom list view will show the next 28 days events — if there are no events on a day, that day will be hidden.

    I do not believe FullCalendar allows you to show empty days in any list.

    If you are looking to show the full current month (including past days), you need to use listMonth

    Thread Starter kwbc2020

    (@kwbc2020)

    Thanks for the info. So, if I understand, after theG al/calendar ID, all I should need is the initial-view or do I still need a list-view?

    Thread Starter kwbc2020

    (@kwbc2020)

    I’m noticing some weird behavior. Using only initial_view=”listCustom” , I get the Month and List tabs and the calendar defaults to the month view. If I click on the List view, it shows me today and 27 more days if there are events. If I click on the month tab, I see the calendar for the whole month. If I change the month by using the arrows on the left to the previous month, then back to the current month, I see the current month again. THEN, if I click on the list view tab, I see a list for the whole month starting on the 1st rather than the previous list view showing only today and 27 more days if there are events. Any help ?

    Plugin Author LBell

    (@lbell)

    This appears to be an unresolved low-priority issue with FullCalendar itself, which this plugin has no control over: https://github.com/fullcalendar/fullcalendar/issues/6928

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘calendar list view’ is closed to new replies.