1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-22 02:08:47 +02:00
phorge-phorge/src/applications/calendar/controller
epriestley 3d6c3c2c45 Make .ics export less scary and attach .ics files to event mail
Summary:
Ref T10747.

  - Remove the warning dialog since these files don't seem to do anything confusing/problematic in Calendar.app or Google Calendar. Those importers generally need to be defensive about how they handle random ".ics" files from arbitrary third parties anyway, and this makes testing imports easier since we have a GET-table ".ics" URI for public events.
  - Attach ".ics" files to email.

Test Plan:
  - Clicked "Export as .ics", got an ICS file.
  - Used "bin/mail show-outbound" to review an ICS attachment, although I don't actually have real mail set up locally so this may still be a little funky.

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T10747

Differential Revision: https://secure.phabricator.com/D16559
2016-09-15 10:33:17 -07:00
..
PhabricatorCalendarController.php Switch Calendar to EditEngine 2016-07-13 07:45:02 -07:00
PhabricatorCalendarEventCancelController.php Convert Calendar to Modular Transactions 2016-07-13 07:46:33 -07:00
PhabricatorCalendarEventDragController.php Convert Calendar to Modular Transactions 2016-07-13 07:46:33 -07:00
PhabricatorCalendarEventEditController.php Add calendar.event.search and calendar.event.edit 2016-07-13 10:17:46 -07:00
PhabricatorCalendarEventExportController.php Make .ics export less scary and attach .ics files to event mail 2016-09-15 10:33:17 -07:00
PhabricatorCalendarEventJoinController.php Convert Calendar to Modular Transactions 2016-07-13 07:46:33 -07:00
PhabricatorCalendarEventListController.php Add calendar.event.search and calendar.event.edit 2016-07-13 10:17:46 -07:00
PhabricatorCalendarEventViewController.php Make .ics export less scary and attach .ics files to event mail 2016-09-15 10:33:17 -07:00