|
| 1 | +task_description: | |
| 2 | + Find available time slots for a meeting based on participants' schedule. |
| 3 | +created_by: huangyum |
| 4 | +seed_examples: |
| 5 | +- question: | |
| 6 | + Mary is busy from 10:00 to 13:00, Max is busy from 16:00 to 17:00, and Lily |
| 7 | + is free from 9:00 to 14:00. Would you please list the available time slots |
| 8 | + for a one-hour meeting between 9:00 to 18:00 for them together? |
| 9 | + answer: | |
| 10 | + The following time slots between 9:00 to 18:00 are available for a one-hour |
| 11 | + meeting for Mary, Max and Lily together: |
| 12 | + 1. From 9:00 to 10:00 |
| 13 | + 2. From 13:00 to 14:00 |
| 14 | +- question: | |
| 15 | + Sarah is busy from 9:00 to 13:00, Lucy is busy from 11:00 to 15:00, and May |
| 16 | + is busy from 16:00 to 17:00. Would you please list the available time slots |
| 17 | + for a one-hour meeting between 9:00 to 18:00 for them together? |
| 18 | + answer: | |
| 19 | + The following time slots between 9:00 to 18:00 are available for a one-hour |
| 20 | + meeting for Sarah, Lucy and May together: |
| 21 | + 1. From 15:00 to 16:00 |
| 22 | + 2. From 17:00 to 18:00 |
| 23 | +- question: | |
| 24 | + John is free from 9:00 to 16:00, Ted is free from 11:00 to 15:00, and Peter |
| 25 | + is free from 14:00 to 17:00. Would you please list the available time slots |
| 26 | + for a one-hour meeting between 9:00 to 18:00 for them together? |
| 27 | + answer: | |
| 28 | + The following time slot between 9:00 to 18:00 is available for a one-hour |
| 29 | + meeting for John, Ted and Peter together: |
| 30 | + 1. From 14:00 to 15:00 |
| 31 | +- question: | |
| 32 | + Linda is busy from 9 am to 1 pm, Susan is busy from 2 pm to 5 pm. Would you |
| 33 | + please list the available time slots for a one-hour meeting between 9 am to |
| 34 | + 6 pm for them together? |
| 35 | + answer: | |
| 36 | + The following time slots between 9 am to 6 pm are available for a one-hour |
| 37 | + meeting for Linda and Susan together: |
| 38 | + 1. From 1 pm to 2 pm |
| 39 | + 2. From 5 pm to 6 pm |
| 40 | +- question: | |
| 41 | + Ben is free from 10 am to 4 pm, Joe is free from 3 pm to 6 pm. Would you |
| 42 | + please list the available time slots for a one-hour meeting between 9 am |
| 43 | + to 6 pm for them together? |
| 44 | + answer: | |
| 45 | + The following time slots between 9 am to 6 pm are available for a one-hour |
| 46 | + meeting for Ben and Joe together: |
| 47 | + 1. From 3 pm to 4 pm |
0 commit comments