(In reply to Magnus Melin [:mkmelin] from comment #19) > As a first step we should at least do this when one uses the (from the More button) Convert To > Event. > > All it may take is to in https://searchfox.org/comm-central/rev/fcb2f819cde716b9ed6596168f5a0498819b88a0/calendar/base/content/calendar-dnd-listener.js#41 add the "URL" property, with the value mid:exampeid@exampe.com That's the code for drag and drop. The `More > Convert To > Event` menu uses this: https://searchfox.org/comm-central/source/calendar/base/content/calendar-extract.js#78
Bug 457177 Comment 20 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
(In reply to Magnus Melin [:mkmelin] from comment #19) > As a first step we should at least do this when one uses the (from the More button) Convert To > Event. > > All it may take is to in https://searchfox.org/comm-central/rev/fcb2f819cde716b9ed6596168f5a0498819b88a0/calendar/base/content/calendar-dnd-listener.js#41 add the "URL" property, with the value mid:exampeid@exampe.com That's the code for drag and drop. The `More > Convert To > Event` menu uses this: https://searchfox.org/comm-central/source/calendar/base/content/calendar-extract.js#78 Also by "URL" property do you mean the Location field or otherwise? There does not seem to be UI for for a URI field.
(In reply to Magnus Melin [:mkmelin] from comment #19) > As a first step we should at least do this when one uses the (from the More button) Convert To > Event. > > All it may take is to in https://searchfox.org/comm-central/rev/fcb2f819cde716b9ed6596168f5a0498819b88a0/calendar/base/content/calendar-dnd-listener.js#41 add the "URL" property, with the value mid:exampeid@exampe.com That's the code for drag and drop. The `More > Convert To > Event` menu uses this: https://searchfox.org/comm-central/source/calendar/base/content/calendar-extract.js#78 ~Also by "URL" property do you mean the Location field or otherwise? There does not seem to be UI for for a URI field.~ Never mind, I think I found it.