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
- Branch
- calendareventemailrsvp
- Lint
Lint Passed - Unit
Tests Passed - Build Status
Buildable 5667 Build 5686: [Placeholder Plan] Wait for 30 Seconds
Event Timeline
src/applications/calendar/command/PhabricatorCalendarEventRSVPEmailCommand.php | ||
---|---|---|
86 | ya | |
94 | nah | |
src/applications/calendar/editor/PhabricatorCalendarEventEditor.php | ||
150 | 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 | Seems to work okay. |