-
-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Birch community calendar is showing "empty slot" in event titles #2094
Comments
Kim's suggestion tl;dr
|
Adding to current milestone to find some kind of resolution to as this is litearlly preventing onboarding i think |
Or let me me more specific: we need to decide what to do in this use case where a calendar feed is provided with bad data in |
todo
|
a bit of browsing of their site suggests this is an error on their end https://www.birchcommunitycentre.co.uk/events/page/19/ Next I'll look at the actual feed and see if there's obvious errors we can filter for. |
It looks like a totally valid BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//wp-events-plugin.com//6.3//EN
TZID:Europe/London
X-WR-TIMEZONE:Europe/London
BEGIN:VEVENT
UID:[email protected]
DTSTART;TZID=Europe/London:20231030T093000
DTEND;TZID=Europe/London:20231030T173000
DTSTAMP:20231013T160657Z
URL:https://www.birchcommunitycentre.co.uk/events/empty-slot-28/
SUMMARY:Empty slot
DESCRIPTION:Empty slot (auto created).
CATEGORIES:Open
LOCATION:#_LOCATIONNAME\, #_LOCATIONFULLLINE\, #_LOCATIONCOUNTRY
X-APPLE-STRUCTURED-LOCATION;VALUE=URI;X-ADDRESS=#_LOCATIONFULLLINE\, #_LOCA
TIONCOUNTRY;X-APPLE-RADIUS=100;X-TITLE=#_LOCATIONNAME:geo:0,0
END:VEVENT |
The are using this to generate the calendar/ feed https://wp-events-plugin.com/ It looks like there is an option to produce a filtered https://wp-events-plugin.com/documentation/importing-exporting/export-setup/
I guess the question we would have to have ask them is
|
Looking at some discrepancies between the calendar we import from and whats on their own site
|
Ivan and I had a call with their WP developer and they should be able to fix their end.
We helped him find the right place to alter the code that generates the iCal feed and closeing as it has been left with them. We can assume they will get back to us if they are unable to fix (we asked him to) - so this should be verifiable in a period of time / not yet determined. |
I've added wontfix so that for the purposes of this release we can check that everything that needs verifying has been verified, and also technically it's something we're not addressing in the code. That being said we should check back on this in the next sprint so I've put a reminder in my calendar to re-verify this then. |
@r-ferrier I've removed the won't fix because have had confirmation from them that they think the issue is resolved. So we can now verify and then you can tick that off your calendar! |
Great that you did this - for me I think the most important thing is we develop a process for what we do if this happens next time. We don't have to go to quite this length - but maybe what we would do is keep a troubleshooting list other people can follow? What do you think? |
I think this was a very unique case, so probably docs would not be useful to anyone else. We should, though, definitely add sweeping for issues tagged |
Maybe less "docs" then and more "flowchart for organisers to follow to identify if something needs to go to gfsc tech support"? |
That's a great idea. #2146 |
Description
Events pulling through from Birch Community calendar are showing as empty slots. We suspect this needs to be fixed by fixing the data their end.
Steps to reproduce
Example image
The text was updated successfully, but these errors were encountered: