Page MenuHomePhabricator

Allow users to drop .ics files on calendar views to import them
ClosedPublic

Authored by epriestley on Oct 18 2016, 9:30 PM.
Tags
None
Referenced Files
F19945894: D16722.diff
Thu, Apr 16, 9:18 PM
F19941550: D16722.id.diff
Wed, Apr 15, 11:16 AM
F19934931: D16722.id40268.diff
Sat, Apr 11, 7:14 PM
F19934923: D16722.id40273.diff
Sat, Apr 11, 7:11 PM
F19896976: D16722.diff
Sun, Mar 29, 5:57 AM
F19829272: D16722.id40268.diff
Mar 10 2026, 3:21 AM
F19822586: D16722.id.diff
Mar 7 2026, 6:42 AM
F19804343: D16722.diff
Mar 2 2026, 7:01 AM
Subscribers
None

Details

Summary

Ref T10747. When a user drops a ".ics" file or a bunch of ".ics" files into a calendar view, import the events.

(Possibly we should just do this if you drop ".ics" files into any application, but we can look at that later.)

Test Plan

Dropped some .ics files into calendar views, got imports.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Allow users to drop .ics files on calendar views to import them.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.
chad edited edge metadata.

javascript... more like cacascript

webroot/rsrc/js/core/behavior-global-drag-and-drop.js
73–80

!! ?

This revision is now accepted and ready to land.Oct 18 2016, 9:57 PM

!! is javascript for (bool) :) :)

This revision was automatically updated to reflect the committed changes.