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
F18765491: D16722.diff
Tue, Oct 7, 11:35 AM
F18761454: D16722.id40273.diff
Mon, Oct 6, 2:27 PM
F18754239: D16722.diff
Sat, Oct 4, 10:01 PM
F18748481: D16722.diff
Fri, Oct 3, 10:48 PM
F18635045: D16722.id40268.diff
Wed, Sep 17, 12:30 AM
F18621434: D16722.id.diff
Sep 15 2025, 8:20 AM
F18598957: D16722.diff
Sep 13 2025, 6:17 AM
F18508209: D16722.id.diff
Sep 5 2025, 2:40 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.