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
F19604245: D16722.diff
Tue, Feb 3, 8:03 AM
F19535374: D16722.diff
Jan 21 2026, 5:46 AM
F19507130: D16722.id40268.diff
Jan 9 2026, 5:48 PM
F19367654: D16722.diff
Dec 26 2025, 1:59 PM
F18893943: D16722.diff
Nov 7 2025, 1:27 PM
F18843916: D16722.id40268.diff
Oct 29 2025, 1:54 AM
F18836191: D16722.id.diff
Oct 26 2025, 11:05 PM
F18798770: D16722.diff
Oct 17 2025, 8:35 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.