Archive

Posts Tagged ‘renaming’

Protected: LRC calendars requirements and configuration management

2014/07/15 Enter your password to view comments.

This content is password protected. To view it please enter your password below:

MS-Exchange and Outlook enable managing scheduling of 100+ functional resources

High-level Reporting: clip_image004[5]

Also, it is easy to manage calendars by  group calendars, e.g.

clip_image002[5]

Creation of calendar groups is also easy via the outlook address book:

clip_image006[5]

It is Outlook (Desktop) currently only (not Exchange 2010 OWA) that allows for High-level Reporting. And even here, there are limitations:

clip_image007[5]

 

File renaming utilities

When working with foreign language (learning) digital media files electronic repositories, typical problems include having to:

  1. adding metadata information to the filename
  2. handling of foreign language characters in filenames across operating and file systems, including code pages

A good file renaming  utility can work wonders in such situations.

I have been using the excellent BRU (Bulk rename utility) for a while, and always liked its flexibility – which is apparent from in its (initially somewhat intimidating) UI:

Now I found to my surprise, and confirmed with the help of the support forum, that the foreign language character support is lacking from BRU’s Regular Expression implementation.

Enter Renamer, another file renaming utility, which features a stable and beta version, pdf documentation and a wiki.

As you can see in the following screenshot, Renamer makes it possible, using Unicode character codes in Regular Expressions, to replace e.g. all Mandarin characters in a filename.

Renamer also has in-built support for common tasks like cleaning up filenames by stripping common tags, transliterating foreign alphabets or adding file numbering (serializing).

Both utilities are free and highly recommended, but also see TBA:part II for limitations.

UPDATE:

image

Can’t rename default folder names for Room and resource mailboxes with MFCMAPI

  1. 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 )
  2. when trying to follow the renaming instructions here using MFCMAPI (which seem however for personal mailboxes, not the different folder hierarchy: “information store”).
  3. 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):  renaming default folder names in room and resource mailboxes with mfcmapi fails
  4. 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?).

Renaming Outlook Calendars

2010/01/06 5 comments

Calendaring is still an underutilized data source, but sharing of and collaboration on calendars are picking up.

If you find yourself juggling more and more calendars of your own and others that are shared with you, you will want to organize your calendars by naming them.

In MS-Outlook, however, you may find that the renaming option is grayed out and disabled when trying to rename your Calendar:  .

To work around this issue, do this:

  1. Download the Exchange 2003 Information Store Viewer to your computer.http://www.microsoft.com/downloads/details.aspx?FamilyId=3D1C7482-4C6E-4EC5-983E-127100D71376&displaylang=en, unpack Mdbvu32.exe (CAUTION: THIS IS A POWERFUL UTILIITY THAT CAN ALTER YOUR DATA IN MANY WAYS, INCLUDING DELETING IT. HANDLE WITH CARE!).
  2. Create an Outlook profile that can connect to the problem mailbox.[If you work on your own mailbox, you can skip this].
  3. Run Mdbvu32.exe. Select the following three options and click OK: MAPI_FORCE_DOWNLOAD, MAPI_EXPLICIT_PROFILE, MAPI_NEW_SESSION
  4. Make sure that the profile you have created in Step 2 [or your default profile] is selected. Click OK.
  5. Click MDB -> OpenMessageStore.
  6. Make sure the problem mailbox is selected and click Open.
  7. Click MDB -> Open Root Folder.
  8. Double-click “IPM_SUBTREE” in the left list (if for some reason you don’t see this double click each entry in the top/left until you get a folder list.)
  9. Double-click the Calendar.
  10. Click the “Call Function” button.
  11. Click the “SetProps” button.
  12. Make sure the “PR_Display_Name” is selected from the PropID list. Change its name to <whatever> in the textbox below and click the ”Add” button. You will see that the change action is added to the list. Click the “Call” button on the right-top corner to apply the change.
  13. 4. Click Close until you drop out of the windows, then close the MDBVU utility and OK to the logoff. From: To:
  14. You may need to close and reopen Outlook to refresh the folder name.
  15. And voilà:

I just verified this to work on MS-Outlook 2007 against MS-Exchange 2007 (and assume it to work on stand-alone PST files also), and added the screenshots to clarify this. My thanks go to user traval and MS for the heavy lifting (although I wish MS would make my lifting still easier).