Page MenuHomePhabricator

Users should be able to rsvp to event via email
ClosedPublic

Authored by lpriestley on May 2 2015, 1:48 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Mar 24, 2:11 PM
Unknown Object (File)
Sun, Mar 10, 4:56 AM
Unknown Object (File)
Feb 17 2024, 6:19 AM
Unknown Object (File)
Feb 14 2024, 1:22 AM
Unknown Object (File)
Feb 14 2024, 1:22 AM
Unknown Object (File)
Feb 14 2024, 1:04 AM
Unknown Object (File)
Feb 7 2024, 6:53 PM
Unknown Object (File)
Feb 6 2024, 11:57 PM
Subscribers

Details

Summary

Closes T7957, Users should be able to rsvp to event via email.

Test Plan

Create event, open invitee email, reply to email w/ !rsvp yes, refresh event, invitee should show as attending.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

lpriestley retitled this revision from to Users should be able to rsvp to event via email.
lpriestley updated this object.
lpriestley edited the test plan for this revision. (Show Details)
lpriestley added a reviewer: epriestley.
epriestley edited edge metadata.
epriestley added inline comments.
src/applications/calendar/command/PhabricatorCalendarEventRSVPEmailCommand.php
87

ya
yeah
yuh
uhuh
ok
okay
yiss
aww yiss
attend
intend to attend
confirm
confirmed
bringing dessert
bringing desert
time2business
time4business

95

nah
nuh
huh
wut
no way
nuhuh
decline
declined
leave
cancel

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().

This revision is now accepted and ready to land.May 2 2015, 1:52 AM
lpriestley edited edge metadata.

Adding valuable rsvp options

lpriestley added inline comments.
src/applications/calendar/editor/PhabricatorCalendarEventEditor.php
150–151

Seems to work okay.

some of those options are real bad

This revision was automatically updated to reflect the committed changes.
lpriestley marked an inline comment as done.