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
F14053481: D16722.diff
Fri, Nov 15, 4:33 PM
F14038285: D16722.diff
Sun, Nov 10, 10:42 PM
F14024640: D16722.diff
Thu, Nov 7, 11:16 AM
F13966879: D16722.id.diff
Oct 16 2024, 10:14 AM
F13964444: D16722.id40268.diff
Oct 15 2024, 8:26 PM
Unknown Object (File)
Oct 9 2024, 5:36 AM
Unknown Object (File)
Oct 1 2024, 9:35 AM
Unknown Object (File)
Sep 27 2024, 1:26 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.