You can attach people (e.g. speakers) to schedule items via the CSV import so that your attendees can see their profiles with a simple tap.
To add speakers to your schedule item:
Import the People using the CSV import and you must provide a "Unique ID" field, like it sounds must be different for each person you import.
Import your schedule or multitrack CSV, you can provide and map a "People IDs" column. The value of this column should be the person's Unique ID you provided with the people import. To attach multiple people, include more than one ID, separated by a comma.
The attached people will appear under the "Speakers" section of the schedule item.
Example with a sample of the Conference demo app
Attaching multiple people to a session
To attach multiple people, include more than one ID, separated by a comma.
If you edit the file manually and don't use a spreadsheet application (like Excel or Google Sheets for example), you need to wrap the IDs using double quotes
You can verify that it is configured properly during the import process
Using a formula to generate the Unique ID
It is possible to use a formula to automatically populate the Unique ID in the CSV file for People.
Formula example for Google Sheets when there are no homonyms:
=CONCAT(CONCAT(LOWER(C2),"-"),LOWER(D2))