Archive
Notes on how to act as a delegate in MS-Outlook on Exchange
- In Manage another person’s mail and calendar items, you can learn form the source, how to:
- Cornell.edu has generally good instructions for their similar Outlook/Exchange environment, so I just quote them :
Create meeting requests on behalf of your manager: You must be viewing your manager’s calendar in order for the meeting request to appear to come from them rather than you. (How do I view my manager’s calendar?)
If you have more than one calendar open (many people leave both their own calendar and their manager’s calendar open), click anywhere in your manager’s calendar before creating the meeting request.
Notice that in the Scheduling Assistant, your name will not appear. Instead, your manager’s name is included. Which is what you want. So that’s good. Respond to meeting requests on behalf of your manager: [with delegate access,] You can respond to these messages in exactly the same way you would respond to an invitation sent to you.
Step-by-step how to set up a delegate for your mail account in MS-Outlook 2010 on MS-Exchange 2010
We are just using the default options here – explore more on your own, as you wish (e.g. Let someone else mind your busyness). You need to use MS-Outlook – I don’t see an option in OWA to set up delegate access. But your delegate will carry over to OWA if you prefer to use the webmail client.
Next question: what does the delegate see/do?
Can’t rename default folder names for Room and resource mailboxes with MFCMAPI
- To get the MS-Exchange calendar ICS to include a name line other than “X-WR-CALNAME:Calendar” (which, when trying to aggregate calendars, does not play well with other mailbox calendars also emitted by MS-Exchange with default name )
- when trying to follow the renaming instructions here using MFCMAPI (which seem however for personal mailboxes, not the different folder hierarchy: “information store”).
- I only get this 0x8004011b mapi_e_corrupt_data (would have kind of surprised me they had let me mess with MS-Exchange, this is not PST world anymore):

- Is there another way to rename room/resource mailbox calendars? Seems like not. But there is a recommended feedback form for this (or is this for office online only, not for exchange on premise?).
To publish an aggregate calendar of MS-Exchange ICS calendar subscriptions, use Google Calendar
If you manage many resources that many users need to share, you will want to give them an intuitive overview of the utilization. We manage room and equipment booking in MS-Exchange 2010, but both Exchange and Outlook/OWA/Office365 are not for everyone (to set up), and seem to lack a convenient way to publish an aggregation of the iCal feeds of the individual resources that can be published.
Enter Google calendar: Start with creating a new calendar which will hold your calendar aggregation, and make it public:
First add ICS-based internet calendar subscriptions to Google calendar:
We have prior ICS feeds arranged in MS-Exchange 2010 which are listed in the LRC calendar spreadsheet:
Open the calendar
Copy the URL form the address bar:
Insert it here:
Replace html at the end by ics.
Check “make calendar publicly accessible”
Access calendar settings
Change calendar name to part before @
You can rename these subscribed calendars, but this name will not carry over to the embedded calendar, see below:
Open the settings for the main calendar:
In the settings section “embed”, Click the “Customize” link to open the “Google Embeddable Calendar helper”:
Select the “Calendars to display”: this list contains the ICS-subscriptions you added earlier.
Unfortunately, the Google’s embeddable Calendar helper seems to “eat” the names you have given these calendars, and replace it by the default “Calendar” (there is no calendar name stored in the ICS, it seems), so you have to maintain a color legend manually (the color is permanently stored in the iframe HTML code snippet).
Also, you users have to manually match the color when they (de)select calendar subscriptions from the main calendar:
Embedding the iframe HTML snippet works in WordPress
How to merge PowerPoint 2010 slide shows
- If for example you work with class-size sets of PowerPoint slideshows – which may be unpractical -: The command for merging them is a bit hidden:
-
And the process a bit clumsy (does not allow for simultaneous selection of multiple slideshows).
-
Plus you have to double click the thumbnails of the slides of the show that you want to insert).
-
But it works: Now you can e.g. print in one sitting, including multiple slides
Google Calendar embedded aggregated calendar won’t show calendar names?
- When I add "Calendars to Display" in the "Google Embeddable Calendar Helper" ,
- Google calendar lets me select calendars I added from iCal sources,
- but it does not "remember" the names I have given these calendars,
- displaying only the default name "Calendar",
- rendering the aggregation feature useless (Which is which?).
- Is there a workaround or hidden feature like a “name parameter” in the embed query-string? What is it? I cannot find it in the Google Calendar API reference.
How to configure Java not to check for updates in the frozen computer lab
- Many applications – both web-based or standalone – in the LRC rely on Java. They currently all start Java with the autoupdater:

- and may at least temporarily allow for Java versions not tested for compatibility with LRC applications
- which should not cause permanent problems, since the computers are frozen, but does cause client s unnecessary hassle and delays
- provided that
- the LRC applications have been tested to work with the reasonably recent version of Java in the LRC image
- and staying on this version for, say, a term, causes no overarching security concerns (if it does, the more recent Java version should be frozen into the underlying software image anyway, after testing for compatibility with LRC applications).
- The answer how to shut out the autoupdater is likely in the Java control panel. This screenshot is from version 7.51 while we have 7.45, but likely similar

- Registry keys note 32-bit and 64-bit)
- HKLM\SOFTWARE\JavaSoft\Java Update\Policy EnableAutoUpdateCheck
- HKLM\SOFTWARE\Wow6432Node\JavaSoft\Java Update\Policy EnableAutoUpdateCheck
- HKLM\SOFTWARE\JavaSoft\Java Update\Policy EnableJavaUpdate
- HKLM\SOFTWARE\Wow6432Node\JavaSoft\Java Update\Policy EnableJavaUpdate
- For programmatically configuring this, a quick web search finds this:
-
deployment.expiration.check.enabled
Boolean
true
Must be “true” to prompt users to update the JRE when an out-of-date JRE is found on their system. Set to “false” to suppress the prompt.
-
This is a setting in here: The deployment.config file is used for specifying the System-Level deployment.properties in the infrastructure. By default no deployment.config file exists; thus, no system-wide deployment.properties file exists. If deployment.config exists, it is located in one of the directories shown in the following table.
Operating System:Windows
Location
• <Windows Directory>\Sun\Java\Deployment\deployment.config
• ${deployment.java.home}\lib\deployment.config -
in addition, likely this should be included: “SomeKey=SomeValue, may be locked by including another key, SomeKey.locked … so that the user cannot change it”.
-
Information is from http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/index.html which may likely contain other information needed to configure JAVA in the LRC environment.

