Skip to content

Commit

Permalink
Updates documentation for sending booked through value when adding an…
Browse files Browse the repository at this point in the history
… attendee to an appointment
  • Loading branch information
craigpaul committed Nov 26, 2020
1 parent 297efe5 commit d80b13d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ class Appointments {
.source(source)
.term(term)
.with(attendee)
.through(Origins.MODERN_CLIENT_VIEW)
.notify(Notifications.ALL)
.add(appointment);
}
Expand Down

0 comments on commit d80b13d

Please sign in to comment.