source
string
original_target
string
target
string
qid
string
I need a Late Lunch with Calia for tomorrow at 2 : 25 PM .
( Yield :output ( CreateCommitEventWrapper :event ( CreatePreflightEventWrapper :constraint ( Constraint[Event] :attendees ( AttendeeListHasRecipient :recipient ( Execute :intension ( refer ( extensionConstraint ( RecipientWithNameLike :constraint ( Constraint[Recipient] ) :name # ( PersonName " Calia " ) ) ) ) ) ) :start ( ?= ( DateAtTimeWithDefaults :date ( Tomorrow ) :time ( HourMinutePm :hours # ( Number 2 ) :minutes # ( Number 25 ) ) ) ) :subject ( ?= # ( String " Late Lunch " ) ) ) ) ) )
CreateEvent(AND(with_attendee(" Calia "),has_subject(" Late Lunch "),starts_at(Tomorrow()),starts_at(HourMinutePm(hours=2,minutes=25))))
5ac5e4ac-15e1-49d4-8847-02db59042ce5.1
I need you to help me schedule a birthday party for my son Josh tomorrow at 7 : 00 pm .
( Yield :output ( CreateCommitEventWrapper :event ( CreatePreflightEventWrapper :constraint ( Constraint[Event] :start ( ?= ( DateAtTimeWithDefaults :date ( Tomorrow ) :time ( NumberPM :number # ( Number 7 ) ) ) ) :subject ( ?= # ( String " birthday party for my son Josh " ) ) ) ) ) )
CreateEvent(AND(has_subject(" birthday party for my son Josh "),starts_at(Tomorrow()),starts_at(NumberPM(7))))
4668c296-a50b-4960-83d9-bb9bde6908da.0
I need you to help me book dinner tomorrow night .
( Yield :output ( CreateCommitEventWrapper :event ( CreatePreflightEventWrapper :constraint ( Constraint[Event] :start ( DateTimeConstraint :constraint ( Night ) :date ( Tomorrow ) ) :subject ( ?= # ( String " dinner " ) ) ) ) ) )
CreateEvent(AND(has_subject(" dinner "),starts_at(Night()),starts_at(Tomorrow())))
7843dcc7-4c51-4c64-91a9-76974acfcbed.0
create a dinner date with Kim Possible for Saturday night .
( Yield :output ( CreateCommitEventWrapper :event ( CreatePreflightEventWrapper :constraint ( Constraint[Event] :attendees ( AttendeeListHasRecipient :recipient ( Execute :intension ( refer ( extensionConstraint ( RecipientWithNameLike :constraint ( Constraint[Recipient] ) :name # ( PersonName " Kim Possible " ) ) ) ) ) ) :start ( DateTimeConstraint :constraint ( Night ) :date ( NextDOW :dow # ( DayOfWeek " SATURDAY " ) ) ) :subject ( ?= # ( String " dinner date " ) ) ) ) ) )
CreateEvent(AND(with_attendee(" Kim Possible "),has_subject(" dinner date "),starts_at(Night()),starts_at(NextDOW(" SATURDAY "))))
8a17abed-396c-4059-afbb-827bdaf62d81.6