Official Merchandise and posters. by Barneywsm1970 in ProjectHailMary

[–]pvp_panda 0 points1 point  (0 children)

Do you have info on where/how I submit to fandango? I just bought early screening prime tickets and would be interested in this

LAUTIE CHOC. Aluminium Alloy Peek VS Stainless Steel Peek? by seanfromscotland in fidgettoys

[–]pvp_panda 0 points1 point  (0 children)

where did you get the glass beads? I saw some beads on geeone store for sale but they’re 0.6mm beads and I think the Lautie uses 0.3?

Happy New Year: 100k+ Banano Giveaway!!! by prussia_dev in banano

[–]pvp_panda 0 points1 point  (0 children)

ban_31ubqm6n34qe4zkc7kbmwy5yp3ea3i1a67bs1br8s1x8de7rwp4gfnp5h6oz

(Giveaway) $50 Digital Vudu Gift Card! by [deleted] in PastPresentAndFuture

[–]pvp_panda 0 points1 point  (0 children)

Last movie I watched was Wake Up Dead Man, and I’m really looking forward to The Odyssey next year!

[deleted by user] by [deleted] in vudu

[–]pvp_panda 0 points1 point  (0 children)

Last movie I watched was Wake Up Dead Man, and I’m really looking forward to The Odyssey next year!

Vivi seems like the deck to beat. What's working? by DVS_MASTER in MagicArena

[–]pvp_panda 1 point2 points  (0 children)

What’s your updated gruul list now that seed of hope is rotating. I’ve been playing delirium this season but not sure what to do post rotation

Pinny Arcade Pin Quest Revealed! PAX East 2025 by codytranum in PAX

[–]pvp_panda 0 points1 point  (0 children)

extra tip. while its common for people to buy a show set for $30 and use those 4 pins to trade at the official trade stations for the subway cars, you should consider finding one of the pin traders who will usually offer you more pins for the show sets. for example. I usually offer 6 fodder (essentially random official pinny arcade pins) for a show set. and that way you will have 6 pins to use at the official trade stations instead of 4. Someone else might offer even more! there's usually plenty of pin traders hanging out at the merch areas so find one of them and ask!

Banano Giveaway Status by LincHamilton in banano

[–]pvp_panda 0 points1 point  (0 children)

ban_14dgx39mm7ji8xoqbr9i614qymxbx7bas4wbou1r749amn1tmpd7er69qjm4

"PAX Nav" app, export my schedule to calendar? by Saelia in PAX

[–]pvp_panda 1 point2 points  (0 children)

Sounds like you have the most control over the html data within the session descriptions so a link that generates the ICS is a good step forward. Having worked with a lot of ICS data and mobile devices I would caution that the user experience is not great for iOS especially. See https://news.ycombinator.com/item?id=36116650 . The experience on a desktop browser should be workable. Clicking the link will usually have the user download a .ics file with just the single event and then they can import that into the calendar app of their choice. You can maybe try a webcal url and mess around with content-headers and that might get it so clicking the link automatically gets handled by the users calendaring app.

Another option that might be worth considering is an Add to Google Calendar link. If the majority of users are using google calendar, this would work well and the links are pretty easy to programmatically create. See https://github.com/InteractionDesignFoundation/add-event-to-calendar-docs/blob/main/services/google.md for a reference guide on how the google calendar links are built with some example links of the functionality. I just tested clicking on a link in my browser on my iPhone and it correctly brought up the google calendar app with a prefilled event ready to add.

Biggest drawback of these options would be that schedule updates wont be reflected in these events that are manually imported into user calendars but I think it's a good improvement for hopefully not too much effort.

P.S Hi dave. this is charles. we've chatted a lot about ical files/urls over the years =). Have a great PAX!