guest_availability | R Documentation |
This takes a CSV with columns for Name, Room, Email, and Times (separated by commas and spaces) and Essential and Optional people to meet with (separated by commas and spaces).This sort of file could come from a Google Sheet, for example, where hosts have filled in information about times in a form with checkboxes. If there are times like 8:30 am, 9 am, etc. and slot_minutes are 15 minutes, it will assume that if someone selects 8:30 they can make both 8:30 and 8:45 slots. If you want more precise slots, you can have slot_minutes less than input_minutes: they said this, say, 30 minute slot was available, which means that both 15 minute slots within could be free.
guest_availability(data, slot_minutes = 15, input_minutes = 30)
data |
Input CSV file |
slot_minutes |
How long to make each slot |
input_minutes |
Resolution of the input slots |
an availability array
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.