<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/">
<channel>
<title>DisplayFusion RSS: Open 2 Outlook 2013 Calendars</title>
<atom:link href="https://www.displayfusion.com/Discussions/RSS/?TopicID=3c1da583-946f-4d33-ba15-f6339087e28e" rel="self" type="application/rss+xml" />
<link>https://www.displayfusion.com/Discussions/RSS/?TopicID=3c1da583-946f-4d33-ba15-f6339087e28e</link>
<description>DisplayFusion RSS: Open 2 Outlook 2013 Calendars</description>
<lastBuildDate>Wed, 08 Apr 2026 07:37:12 GMT</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://www.displayfusion.com/Discussions/RSS/?TopicID=3c1da583-946f-4d33-ba15-f6339087e28e</generator>
<item>
<title>RE: Open 2 Outlook 2013 Calendars</title>
<link>https://www.displayfusion.com/Discussions/View/open-2-outlook-2013-calendars/?ID=3c1da583-946f-4d33-ba15-f6339087e28e#3</link>
<pubDate>Wed, 21 Feb 2018 10:21:26 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/open-2-outlook-2013-calendars/?ID=3c1da583-946f-4d33-ba15-f6339087e28e#3</guid>
<category>DisplayFusion</category>
<description><![CDATA[The code you suggested seems to help with the problem. Thank you!]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
The code you suggested seems to help with the problem. Thank you!
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Open 2 Outlook 2013 Calendars</title>
<link>https://www.displayfusion.com/Discussions/View/open-2-outlook-2013-calendars/?ID=3c1da583-946f-4d33-ba15-f6339087e28e#2</link>
<pubDate>Thu, 15 Feb 2018 16:44:21 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/open-2-outlook-2013-calendars/?ID=3c1da583-946f-4d33-ba15-f6339087e28e#2</guid>
<category>DisplayFusion</category>
<description><![CDATA[Does the last calendar window get focus when it opens? If so, I would try changing the last line from:
Code
Copy
Select All
BFS.Window.MoveToMonitorMaximized(103, windowHandle);
To
Code
Copy
Select All
BFS.Window.MoveToMonitorMaximized(103, BFS.Window.GetFocusedWindow());]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Does the last calendar window get focus when it opens? If so, I would try changing the last line from:<br/>
<br/>
<div id="" class="col-md-12 BoxWrap"><div class="Box table-responsive"><a name="code" style="width:0; height:0;"></a><h2 class="TableTitle" style="border:0"><div class="TableTitleText">Code</div><div class="TitleButtons"><div class="TableTitleButton"><a href="#" onclick="return false;" data-clipboard-target="#code019d6c061b3073f483eb91e68e363049" class="ClipboardCopyControl"><img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/clone.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:auto;max-width:16px;height:16px;" /><span class="Text">Copy</span></a></div><div class="TableTitleButton"><a href="#" onclick="bfs.util.codeEditorSelectAll('code019d6c061b3073f483eb91e68e363049Js'); return false;"><img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/square-check.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:auto;max-width:16px;height:16px;" /><span class="Text">Select All</span></a></div></div></h2><div class="TableTitleContent table-responsive"><div class="AceEditorWrapper" style="border-top:solid 1px var(--color-default-border);padding:0"><pre id="code019d6c061b3073f483eb91e68e363049Js" contenteditable="true" spellcheck="true" class="skiptranslate" style="width:100%; min-height:75px;">BFS.Window.MoveToMonitorMaximized(103, windowHandle);</pre><textarea id="code019d6c061b3073f483eb91e68e363049" name="code019d6c061b3073f483eb91e68e363049" style="position:absolute; top:0; left:-999999px; width:1px; height:1px;"></textarea></div>
</div></div></div><br/>
<br/>
To<br/>
<br/>
<div id="" class="col-md-12 BoxWrap"><div class="Box table-responsive"><a name="code" style="width:0; height:0;"></a><h2 class="TableTitle" style="border:0"><div class="TableTitleText">Code</div><div class="TitleButtons"><div class="TableTitleButton"><a href="#" onclick="return false;" data-clipboard-target="#code019d6c061b3477de844f522583ce4416" class="ClipboardCopyControl"><img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/clone.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:auto;max-width:16px;height:16px;" /><span class="Text">Copy</span></a></div><div class="TableTitleButton"><a href="#" onclick="bfs.util.codeEditorSelectAll('code019d6c061b3477de844f522583ce4416Js'); return false;"><img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/square-check.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:auto;max-width:16px;height:16px;" /><span class="Text">Select All</span></a></div></div></h2><div class="TableTitleContent table-responsive"><div class="AceEditorWrapper" style="border-top:solid 1px var(--color-default-border);padding:0"><pre id="code019d6c061b3477de844f522583ce4416Js" contenteditable="true" spellcheck="true" class="skiptranslate" style="width:100%; min-height:75px;">BFS.Window.MoveToMonitorMaximized(103, BFS.Window.GetFocusedWindow());</pre><textarea id="code019d6c061b3477de844f522583ce4416" name="code019d6c061b3477de844f522583ce4416" style="position:absolute; top:0; left:-999999px; width:1px; height:1px;"></textarea></div>
</div></div></div>
</div>
]]></content:encoded>
</item>
<item>
<title>Open 2 Outlook 2013 Calendars</title>
<link>https://www.displayfusion.com/Discussions/View/open-2-outlook-2013-calendars/?ID=3c1da583-946f-4d33-ba15-f6339087e28e</link>
<pubDate>Wed, 14 Feb 2018 14:28:52 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.displayfusion.com/Discussions/View/open-2-outlook-2013-calendars/?ID=3c1da583-946f-4d33-ba15-f6339087e28e</guid>
<category>DisplayFusion</category>
<description><![CDATA[Hello. Im trying to open 1 webpage + 2 Outlook calendars with DF. I'm having trouble moving the last of the 2 Outlook calendars. I have been searching the discussion, but can't seem to find any solution. I have given up on opening specific calendars from Outlook, since it does not seem to be poss...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Hello. Im trying to open 1 webpage + 2 Outlook calendars with DF. I'm having trouble moving the last of the 2 Outlook calendars. I have been searching the discussion, but can't seem to find any solution. I have given up on opening specific calendars from Outlook, since it does not seem to be possible.<br/>
<br/>
I have included the current script as a.txt. You can see the different waits I have experienced with to see if it could fix it. Maybe it should be said, that the screen is split into 3 windows with DF Screen Settings<br/>
<br/>
Hope anybody can help <img src="https://www.displayfusion.com/MediaCommon/SVGs/FontAwesome/face-smile.light.svg" alt=":)" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=":)" HelpButtonDataAlign="BelowMiddle" />
</div>
]]></content:encoded>
</item>
</channel>
</rss>