You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you look at events on the FOSDEM schedule (provided from the built-in list of conferences) for example, speaker names are given at the top of the events. So the UI is obviously able to show speaker information.
However, if you import an iCal file by it's URL it doesn't show given attendees as speakers. To reproduce use FOSDEM's iCal file for example: https://fosdem.org/2018/schedule/ical
The text was updated successfully, but these errors were encountered:
Yes, that's because the iCal format is abused as a conference description format, but not everyone agree on the way to insert speaker info inside. Some put it in the title inside brackets or after a dash, some add them as attendees of the meeting.
Currently Giggity doesn't parse this.
I started adding support but it's not finished and not integrated yet, see #28 .
If you look at events on the FOSDEM schedule (provided from the built-in list of conferences) for example, speaker names are given at the top of the events. So the UI is obviously able to show speaker information.
However, if you import an iCal file by it's URL it doesn't show given attendees as speakers. To reproduce use FOSDEM's iCal file for example: https://fosdem.org/2018/schedule/ical
The text was updated successfully, but these errors were encountered: