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

    (@michielve)

    Yes that’s possible.

    If you use the Gutenberg block or widget you use the ‘columnHeaderFormat’ for example:

    {
      "header": {
        "left": "prev,next today",
        "center": "title",
        "right": "dayGridMonth,timeGridWeek,listWeek"
      },
      "weekNumbers": true,
      "maxTime": "21:00:00",
      "columnHeaderFormat": "dddd",
      "listDayAltFormat": false,
      "listDayFormat": "dd"
    }

    If you use the shortcode you use ‘column_header_format’:

    [pgc column_header_format="dd" list_day_alt_format="false" list_day_format="dddd"]

    So you use ‘dddd’ as the format.

    See for more info: https://michielvaneerd.github.io/privategooglecalendars/examples/#format-dates

    Thread Starter samdeveloper1495

    (@samdeveloper1495)

    Thank You very much! It helped me

    Thread Starter samdeveloper1495

    (@samdeveloper1495)

    I do have another question on this. Is there any way we can fetch the location on the calendar alongwith the event name? And can I hide the past events with dates showing? Currently if I hide past events then dates also disappear. I want to keep dates but only hide events.

    Please let me know if that is possible. Thanks!

    Plugin Author michielve

    (@michielve)

    You can already get the location name by selecting “Show event location” if you use the block.

    If you use the shortcode, you have to set:

    eventlocation="true" eventpopup="true"

    See more examples:

    https://michielvaneerd.github.io/privategooglecalendars/examples/#configure-the-event-popup

    “And can I hide the past events with dates showing?” – This is not possible (currently), because this is a FullCalendar functionality and apparently FullCalendar doesn’t display the dates in this case.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Edit week day names to show fullname instead of short’ is closed to new replies.