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
F13181126: D16722.diff
Thu, May 9, 8:58 AM
F13180977: D16722.id.diff
Thu, May 9, 6:49 AM
Unknown Object (File)
Mon, May 6, 8:31 PM
Unknown Object (File)
Wed, May 1, 7:35 AM
Unknown Object (File)
Mon, Apr 29, 1:37 PM
Unknown Object (File)
Wed, Apr 24, 9:50 PM
Unknown Object (File)
Sun, Apr 21, 3:41 PM
Unknown Object (File)
Fri, Apr 19, 5:29 PM
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.