-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Detail work to validate feeds! #1
Comments
BTW If we are going to have more than one choice of calendar event type we should probably separate them completely from each other so that people can decide which one(s) to subscribe to without potentially duplicating events if they subscribe to more than one calendar. (In the above case I only subscribed to the overall events one to keep things clean for testing.) |
Yeah I'm not sure how to best debug this - when I tried adding to Google calendar I didn't see it show up at all. I was hoping someone else can take a look I'm quite busy atm. |
As a sanity check I'd look at the feed file and see that we aren't actually adding it multiple times! |
Yes, that's certainly the problem. We'll need to deduplicate the entries somehow and/or allow for editing of the list. Presumably we're going to embed a calendar for display in the page for this on the web site. I can make one in our hpc.social GSuite for this purpose if needed, associated with some utility account, and we'll need to set up a subscription in that for the entries. Need to figure out the cause-and-effect -- is the idea that the list from the form would be turned into a susription link that anyone could add, or that it would be fed to a GSuite-based calendar that people could then use to subscribe to rather than the direct output from the form? Having an actual calendar -- perhaps there's a shared calendar feature in Google Calendar we could set up, I'll have to look into that -- could provide an intermediate point for editing perhaps and then people could subscribe to that calendar. |
@alansill I generate that file programmatically, if there are repeats there is a bug! Can you share a screenshot please? |
And @alansill we already have a calendar that receives this feed, I guess you haven't looked :) https://hpc.social/events/ |
$ grep -n -C2 NAME:Container all.ical
|
Didnʻt know it was live yet, I thought we were still testing. |
Well I put a lot of work into getting us most of the way there with the web interface - that was non-trivial to figure out. And the above just looks like a bug with figuring out when an event is repeated, which I'm actually fairly happy about. |
I haven't made any kind of announcement, so you can consider it still in testing. I was hoping someone would be able to help out, but maybe not. |
okay just pushed a fairly simple fix - instead of reading in an existing file, we just re-generate the whole thing each time. |
Thanks. Swamped this week-this is the best I could manage. |
yeah no worries! Let's pick up on in the not too distant future when stuffs dies down :) |
Good to close here? |
Currently - I have rough drafts of feeds with (known) missing fields or otherwise invalid. I just need to fix these (and then I think they should show up, and the ics file / ical feed should be usable. Just ran out of steam today :)
The text was updated successfully, but these errors were encountered: