napari / napari-sphinx-theme

https://napari.org/napari-sphinx-theme
BSD 3-Clause "New" or "Revised" License
4 stars 10 forks source link

calendar should show event location 😅 #157

Closed jni closed 1 month ago

jni commented 5 months ago

This event has imagesc island attached to it as a location, but that turned out to be futile... 😭

Screenshot 2024-02-28 at 9 44 41 pm
Czaki commented 5 months ago

It is strictly mobile problem: obraz

melissawm commented 5 months ago

Hmm I'll need to check this. This is what I get on Firefox mobile:

And Chrome mobile:

Both on Android. Maybe there is some setting to turn on scrolling on smaller screens that I need to activate.

melissawm commented 5 months ago

Oh wait, the text is different in @jni's screenshot! Maybe it's a calendar caching issue and it has by now been updated in Google Calendar?

psobolewskiPhD commented 5 months ago

Looks fine in mobile safari: IMG_3F319E0B1DF0-1

But I assume Juan just added it to the details of the event. There is no location field in any of the events mobile or not.

melissawm commented 1 month ago

I am looking into this and it seems like the best strategy would be to have some sort of structure for our meeting invites and use that for parsing. Otherwise I'm afraid this is going to get more complicated and hard to maintain. So if someone with access to the calendar (maybe @jni ) could go and make all of them look like e.g.:

Community meeting

Description ...

Agenda: <link>
Zoom link: <link>
Location: <link>

then I could make those into nicely formatted fields in the calendar.

jni commented 1 month ago

@melissawm I don't understand why arbitrary text fields are better than just grabbing the actual calendar event field for this? (Other than the fact that existing code already extracts the description.) The only thing is whether we do want to make sure that the description has all the info, in which case the other fields are redundant.

Anyway, I can update the descriptions. I'll just have "Agenda" and "Call link" so that we can switch providers at any time. 😊