• Resolved aparente001

    (@aparente001)


    Here’s an interesting bug. I’ll describe how I got it.

    I got this with both 2.1.3 and 2.1.4.

    My feed used the Event Builder as follows:
    [if-not-all-day] [start-time] [/if-not-all-day] <span class="gce-list-event"> [event-title] </span>

    Feed settings:
    Expand recurring events? Yes
    Date format: l, M j
    Time format: g:ia
    Cache duration: blank
    display mode: grid
    number of events per page: 9 events
    display staft date offset: 0 days ahead
    minimum feed start date: 1 months back
    maximum feed end date: 2 years forward

    The code in the page:
    [gcal id="1292" display="grouped-list"]

    The first event that got displayed happened to be an all-day event.

    The weird result: the first event listed didn’t have a date associated with it! (Other all-day events were fine.)

    The problem can be solved in two ways — by giving the first event to get pulled from the calendar a start time, or by changing the code in the page to the following:
    [gcal id="1292" display="grouped-list" interval="days" interval_count="8"]

    Note that the following does not solve the problem:
    [gcal id="1292" display="grouped-list" interval="events" interval_count="8"]

    https://www.ads-software.com/plugins/google-calendar-events/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Nick Young

    (@nickyoung87)

    Yeah we are aware of this bug and know where it is located so we are working on a fix for it. Thanks for all the extra information, it is helpful. I will keep you posted when we have an update on this one.

    Thanks!

    Plugin Contributor Nick Young

    (@nickyoung87)

    Tried a fix for this in the most recent update. Let me know if it got it working for you.

    Thanks!

    Thread Starter aparente001

    (@aparente001)

    Very nice. Thanks for fixing that!

    Plugin Contributor Nick Young

    (@nickyoung87)

    Glad it is working for you now ??

    Let me know if you need any other help.

    (Also, thanks for your help on the forums)

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Bug report: Event title missing in predictable pattern’ is closed to new replies.