Closes T7957, Users should be able to rsvp to event via email.
Details
Details
- Reviewers
epriestley - Group Reviewers
Blessed Reviewers - Maniphest Tasks
- T7957: Implement mail in Calendar, with reply handling
- Commits
- Restricted Diffusion Commit
rP46a1b816ed97: Users should be able to rsvp to event via email
Create event, open invitee email, reply to email w/ !rsvp yes, refresh event, invitee should show as attending.
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
src/applications/calendar/command/PhabricatorCalendarEventRSVPEmailCommand.php | ||
---|---|---|
87 | ya | |
95 | nah | |
src/applications/calendar/editor/PhabricatorCalendarEventEditor.php | ||
150–151 | Double check that creating a new event still works? If it complains here, add: ->attachAttendees(array()) ...to PhabricatorCalendareEvent::initializeNewCalendarEvent(). |
src/applications/calendar/editor/PhabricatorCalendarEventEditor.php | ||
---|---|---|
150–151 | Seems to work okay. |