Repurpose Recurrence button in calendar view outlook 2013

Hi,
in outlook 2013, when you select a recurring appointment item with in calendar, recurrence button does appear in main menu(was not there in outlook 2010 or 2007). I need to re-purpose that button.
I have used the techniques suggested in the blogs , where I have successfully re-purposed the recurrence button when opened in inspector window, but with in caleandar view it does not seems like events are being intercepted. so clicking on recurrence button
does not do anything.
Thanks

Hi Eugene,
i have used the following xml
<?xml version="1.0" encoding="UTF-8"?>
<customUI xmlns="http://schemas.microsoft.com/office/2009/07/customui" onLoad="Ribbon_Load">
<commands>
<command idMso="Recurrence" onAction="RecurrenceClick" />
</commands>
</customUI>
this is my ribbon class
<Runtime.InteropServices.ComVisible(True)> _
Public Class Ribbon2
Implements Office.IRibbonExtensibility
Private ribbon As Office.IRibbonUI
Public Sub New()
End Sub
Public Function GetCustomUI(ByVal ribbonID As String) As String Implements Office.IRibbonExtensibility.GetCustomUI
Return GetResourceText("Myproject.Ribbon2.xml")
End Function
#Region "Ribbon Callbacks"
'Create callback methods here. For more information about adding callback methods, visit http://go.microsoft.com/fwlink/?LinkID=271226
Public Sub Ribbon_Load(ByVal ribbonUI As Office.IRibbonUI)
Me.ribbon = ribbonUI
End Sub
Public Sub RecurrenceClick(ByVal control As Microsoft.Office.Core.IRibbonControl, ByRef pressed As Boolean, ByRef cancel As Boolean)
MessageBox.Show("huhu" + control.Id)
cancel = False
End Sub
#End Region
#Region "Helpers"
Private Shared Function GetResourceText(ByVal resourceName As String) As String
Dim asm As Reflection.Assembly = Reflection.Assembly.GetExecutingAssembly()
Dim resourceNames() As String = asm.GetManifestResourceNames()
For i As Integer = 0 To resourceNames.Length - 1
If String.Compare(resourceName, resourceNames(i), StringComparison.OrdinalIgnoreCase) = 0 Then
Using resourceReader As IO.StreamReader = New IO.StreamReader(asm.GetManifestResourceStream(resourceNames(i)))
If resourceReader IsNot Nothing Then
Return resourceReader.ReadToEnd()
End If
End Using
End If
Next
Return Nothing
End Function
#End Region
i am overriding CreateRibbonExtensibilityObject function when addin starts
Protected Overrides Function CreateRibbonExtensibilityObject() As Microsoft.Office.Core.IRibbonExtensibility
Return New Ribbon2()
End Function
now with this Recurrence click is being fired when inspectore window opens, which is not desirable and when i click recurrence button in inspector window.
this function is not being called when i click recurrence button with in calendar, note that the recurrence button with in calendar appears whne you select a recurring appointmnent in outlook 2013. i need to capture this as well. i do not know if this has
got different IDmso.
Thanks

Similar Messages

  • View private shared calendar in Outlook 2013

    I use a PC with Windows 7 and Outlook 2013.  My wife use a Macbook Pro.  We both have iCloud accounts (I use iCloud 2.1.2).  Both of our calendars appear in iCloud.  We have private shared the calendars with each other.  We both received join e-mails and joined the calendars.  She can see my calendar in iCal and on her iPhone as well as her own from iCal.  I can see her calendar and my Outlook calendar on my iPhone.  I cannot see her calendar on Outlook.  The path ahead seems to be to subscribe to an Internet Calender from Outlook but there is no path to put into the Internet Calendar path enty box.  If I make her calendar public, then a path is provided and that works.  I tried removing the public access, but I don't think that the calendar is updating.  I am reticent to make her calendar public permanently; I am not comfortable with anyone knowing where my wife is at anytime.  How do I find a webcal path to a private shared calendar on iCloud?

    I recommend that you post this in the Office 365 Exchange Online Forum: 
    http://community.office365.com/en-us/forums/158.aspx
    Ed Crowley MVP "There are seldom good technological solutions to behavioral problems."

  • Links Don't Work in Contact Card (people view) Outlook 2013 SP1

    I have Office Professional Plus 2013 SP1 x64 installed. When viewing contacts in "People" view, none of the links in blue work.  For example, clicking on the "Schedule a meeting" blue link under Calendar or "Outlook (Contacts)"
    blue link under View Source doesn't do anything.
    I have uninstalled and re-installed.  Also tried a new domain user (new profile) and same result. This is specific to this computer, as this works normal with the same user accounts on other PC's.
    Any ideas on how to fix this? Or what mechanism is broken?
    Thanks!

    Hi,
    Since you mentioned the issue persists when logging on the PC with a new account, I think there should be something wrong with the Office installation. I suggest you run Office Configuration Analyzer Tool to get a report of the installed Office Programs:
    http://support.microsoft.com/kb/2812744/en-us
    The report you can get includes many parameters about your Office program configuration. It also highlights known problems that are found when OffCAT scans your computer. For any problems that are listed in the report, you are provided a link to a public-facing
    article (usually a Microsoft Knowledge Base article) about each problem so that you can read about possible fixes.
    Let me know if there you can find any problems about Outlook.
    Thanks,
    Melon Chen
    Forum Support
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    If you have any feedback on our support, please click
    here

  • Show your tasks in the calendar view - Outlook Web App

    Hi,
    Is it possible to show your tasks in the calendar view in Outlook Web App 2013 ?
    Some explanations of what I want to do :-)
    We use Project Server so user can encode their work, this tasks are sync with an Exchange Server 2013 so tasks can be view in Outlook Web App. It's working really fine but we also want that in OWA, tasks are showed in a calendar so users can share what they
    have to do.
    How can we add the tasks into a calendar or how can an user can easily share what he do ?
    Thanks,
    Patmol

    Hi Patmol,
    Tasks are not listed in
    calendar in Outlook/OWA, To view task you will have to go to
    Tasks folder or view the task
    in To-do bar. You can also see the tasks for the day
    in calendar folder if you go to Daily Task List. There are no Add-ins from Microsoft that can add
    tasks in the
    calendar along with Meetings/Appointments.
    Thanks,
    James

  • Disable Exchange Calendar in Outlook 2013

    Is there any way that I can disable a calendar for an Exchange account in Outlook?  The problem is that I use one Exchange calendar for all my appointments.  I have two separate Exchange accounts though for email (personal and business).  Periodically
    when I create an appointment in Outlook, it creates the appointment in the wrong Exchange calendar so I'd like to disable that one.

    Firstly, if you want your appointment goes to a specific calendar, you should select any of the folder under that Exchange account in Outlook navigation panel, then start creating your appointment. In this case, the appointment will be created in right Exchange
    calendar.
    Also, you can set a registry value to always force the use of the default account. To force using the default email account, regardless of which pst file you are viewing, browse to the following registry subkey in outlook 2013 and add a DWORD named NewItemsUseDefaultSendingAccount:
    HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Outlook\Options\Mail
    DWORD value: NewItemsUseDefaultSendingAccount
    Value: 1

  • How do I sync my iphones calendar with outlook 2013

    I am trying to sync my iphones calendar with my outlook 2013 software program on my windows 8 pc

    Thanks for using Apple Support Communities.  This article has steps you can take if syncing your Outlook calendar to your iPhone via USB isn't working:
    iPhone, iPad, iPod touch: Troubleshooting contact and calendar syncing via USB on Windows
    http://support.apple.com/kb/ht1692
    Alternatively, if you're using iCloud instead of USB you can use this article instead:
    iCloud: Troubleshooting iCloud Calendar
    http://support.apple.com/kb/ts3999
    Good luck Friend.

  • Undeliverable received when attempting to update one occurrence for a reoccurring calendar item Outlook 2013

    I have an associate who has a reoccurring calendar event that was created approximately 2 years ago. This event has no end date. The associate is attempting to change the time for one of the occurrences. When the Save & Update button is clicked an undeliverable
    daemon is received in the associate's inbox. 
    The associate is the meeting organizer.
    The message cotains the following entry for each attendee of the calendaer event.
    ATTENDEE NAME MAILTO LINK
    You can't send a message on behalf of this user unless you have permission to do so. Please make sure you're sending on behalf of the correct sender, or request the necessary permission. If the problem continues, please contact your helpdesk.<o:p></o:p>
    I didn't have much luck finding similar instances of my experience in other forums. Any assistance is appreciated. 

    Hi,
    Please make sure the original recurring meeting is created by the associate in his/her own calendar. And switch Outlook to Online mode to send the updates to have a try.
    Regards,
    Winnie Liang
    TechNet Community Support

  • Import Calendar Entries to Exchange 2013 Causes Outlook Calendar View Problems

    Today I was working on a way to import company holidays for 2014 into people's calendars.  We're running Exchange 2013.  Most users have Outlook 2010, but I'm on the bleeding edge with Outlook 2013. 
    The best method I found online for adding events to everyone's calendar involved creating a calendar in a PST file that contained all of the company holidays and then using the Exchange 2013 Management Shell to import the PST file into people's calendars. 
    I created the calendar in a PST using Outlook 2013.  Each holiday is an all day appointment.  I then used the management shell to import those appointments into my calendar.  Outlook was running when I ran the import.
    After the import completed, I went to look at my calendar and Outlook 2013 crashed.  I restarted it, clicked on my calendar and it crashed again.  After some digging, I found a suggestion that I start Outlook with /cleanviews.  That seems
    to have corrected the problem.  All appointments appear as expected.  Well, that was ugly.  But I'm the only one on Outlook 2013 right now, so it's not a showstopper.
    I then found a victim running Outlook 2010 for my next import experiment.  Outlook 2010 didn't crash.  But the calendar view did reset to a list view instead of whatever the user was running before.  Strange...  I ran the test again with
    another person and was able to reproduce the result.  All appointments are present, but Outlook feels the need to change views?
    Does anyone have a suggestion for how to import these appointments without the calendar view being reset? I don't want to think about all the support calls we're going to get when people's calendar view gets changed to a list view.
    Thanks
    Patrick

    Hi Patrick,
    Is the use able to change the calendar view manually? Please check whether all calendar items are in list view both in OWA and Outlook? Please try to import the PST file from Outlook side to check whether the issue persists.
    Thanks,
    Winnie Liang
    TechNet Community Support

  • Sync calendar outlook 2013

    I tried syncing my iPhone 5 calendar with my calendar in Outlook 2013 (preview version) without success.  I didn't have problem with Outlook 2010.  Can it be done and how do I do it?

    Hi. I have done some research in this case. I have installed a “clean” Outlook 2013 on my PC using Win7/64-bit. Then I installed a “clean” iTunes v.11.0.2.26/64-bit. After this installation, I also had some problems in synchronizing elements from my “new” Outlook to my iTunes/iPhone
    I recommend the following:
    iTunes have to know what is your standard files in Outlook (just as CameronN described in January 2013). In Outlook – set “File > Account Settings > Account Settings... > Data Files tab > select (highlight) the desired data file, click on the 'Set as Default' menu button.”
    iTunes only synchronized calendar elements from the Outlook folder called \\Outlook\Calendar (to see this folder - use “folder view” in Outlook). If Calendar Elements are archived in the Outlook-folder called \\Outlook (and viewed as an ordinary calendar in Outlook) iTunes will not synchronized elements from this folder. And if the folder \\Outlook\Calendar doesn’t exist iTunes establish one during the connection/setup/synchronization of iPhone and iTunes. And since the “new” \\Outlook\Calendar is empty iTunes synchronize an empty calendar, and then the existing calendar on the iPhone is wiped out. The “temporary” solution is to copy all Calendar Elements from any Outlook-folder (e.g. \\Outlook) to \\Outlook\Calendar, and then synchronize iPhone with iTunes/Outlook 2013.
    To Apple:
    I consider this as a problem in iTunes. iTunes can only synchronize Calendar Elements in \\Outlook\Calendar – not in \\Outlook. Even if I force iTunes to use Calendar Elements in \\Outlook iTunes can’t see or will not fetch any Calendar Elements from this Outlook-folder.
    Please restructure (the “hard coded”) iTunes, and release a fix of iTunes which support Outlook 2013/iTunes to synchronized Calendar Elements from any Calendar folder in Outlook 2013.
    And please do a QA of other modules in iTunes which may create similar problems during synchronizing of other type of elements in Outlook 2013.
    Kind Regards

  • Outlook 2013 window missing Last Modified By information for Sharepoint 2010 calendar appointment

    We have been running Sharepoint 2010 for about a year now, along with Office 2010. We have recently begun testing the upgrade to Office 2013. What we've found is that when in Outlook 2013 viewing a synced Sharepoint 2010 calendar appointment, you no longer
    see the Last Modified By information at the bottom right-hand corner of the window. If you try viewing a shared Exchange calendar's appointment that is not on Sharepoint, you do see this information.
    Can anyone else confirm this, and suggest whether anything can be done to restore the functionality?

    Hi,
    According to your post, my understanding is that you can’t see the “Last modified by” information at the bottom right-hand corner of the window when you view a synced SharePoint 2010 calendar appointment in Outlook 2013.
    In my environment, I create a calendar event in Outlook 2013, and the result is that I can’t see the “Last modified by” information at the bottom right-hand corner of the event window when I click on this event.
    It’s by design that it will not show the “Last modified by” information at the bottom right-hand corner of the event window when we click on this event in Outlook 2013.
    As a workaround, I recommend that you can follow the steps as below to change the current view to list view and show the information.
      1.  Open your calendar in Outlook 2013, go to “View“ tab, click on “Change View”, select the “Manage Views”.
      2.  Select the “List” view, click on the “Modify”, click on the “Columns”, select available columns from: All Mail fields, select the “Changed by” to add and move it up.
      3.  Go back to the “Change view”, select the “List” view and it will show all the calendar events with the “Changed by” information in a list.
    And, if you want to set other settings of the current “List” view, you can click on the “View Settings” to modify it.
    For more information, you can refer to:
    https://support.office.com/en-us/article/Create-change-or-customize-a-view-f693f3d9-0037-4fa0-9376-3a57b6337b71
    Best Regards,
    Yumi Fu

  • Outlook 2013 crashes when collapsing shared calendar

    The following issues occurs when viewing shared calendars with Outlook 2013. It occurs on multiple workstations and with multiple users.
    When collapsing a shared calendar by clicking the arrow to the left of the calendar name, if one or more users of the shared calendar are selected (i.e. the box next to their name is checked), the Outlook screen will appear to refresh the screen repeatedly
    whilst the cursor flashes rapidly. Outlook then crashes and has to be re-started.
    The work-around is to de-select any selected users of the shared calendar before collapsing it, but we cannot reasonably expect users to remember this.
    Is there a fix for this issue? Others have had the same issue (see http://community.spiceworks.com/topic/419634-outlook-2013-stops-responding-when-trying-to-collapse-a-group-of-calendars).
    Running outlook in safe mode makes no difference.
    Thanks
    Mark Johnstone

    Hi,
    Thank you for your question.
    I am trying to involve someone familiar with this topic to further look at this issue.
    Thanks,
    Melon Chen
    Forum Support
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    If you have any feedback on our support, please click
    here

  • Sharepoint Foundation 2010 calendars not linking to Outlook 2013

    We have been using linked calendars between SharePoint Foundation 2010 and Outlook 2010 for some time. I have upgraded a few users to Outlook 2013 and now cannot link the SharePoint calendars. are there any known compatibility issues?

    Hi,
    According to your description, my understanding is that the calendar in SharePoint Foundation 2010 cannot sync to Outlook 2013.
    Did this issue occur with all the calendars?
    I recommend to create a new calendar to see if the issue still occurs.
    Was there any error when you sync the calendar to Outlook 2013?
    If yes, please provide the error message for further research?
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • Outlook 2013 iCloud 4.0.2 Calendar Sync Issue

    I am attempting to share several of my shared iCloud calendars to Outlook 2013.  Before the latest updates to iCloud for Windows and Office 2013 I was able to do this but now it doesn't work.  Outlook can still see the Calendars but new events created on either icloud or outlook aren't shared between the platforms.
    I uninstalled iCloud for Windows from my computer and then checked to make sure the calendars had been removed from Outlook - which they had.  I then rebooted and resintalled iCloud.  After logging in with my AppleID I received a message confirming that I wanted my calendar and contacts put into Outlook.  It went through the process of copying everything across but when I went back into Outlook, instead of my iCloud calendars being listed under 'Shared Calendars' they were listed under personal calendars.  All the events were in there but it was not shared.  This means that once again my calendar events aren't being shared between iCloud and Outlook.
    Can anyone explain how to resolve this?
    Thanks
    Steve Preston

    I had a similar problem to @steve_proto's. After an update to iCloud for Windows, my iCloud calendars no longer appeared in Outlook 2013.
    I tried following the iCloud troubleshooting instructions on Apple's support page https://support.apple.com/en-us/HT203521 but when I installed the latest iCloud for Windows, the check box for Mail/Contact/Calendar sync was missing, replaced by instructions that I should access mail and calendars via icloud.com. Outlook 2013 calendar sync with iCloud had worked before, but now my iCloud calendars were completely missing from Outlook 2013.
    My setup: PC running Windows 7, iCloud for Windows 4.0.2, Office 2013 installed over Office 2010.
    I think that the fact that I had installed Office 2013 on top of Office 2010 contributed to the problem. When I installed Office 2013, Office 2010 was not automatically uninstalled. Another issue was that Apple has apparently renamed "iCloud Control Panel for Windows" to be simply "iCloud for Windows." Most of the posts I found referenced the "Control Panel" app but all of the links sent you to an "iCloud for Windows" download page.
    Here's what ultimately fixed the problem for me.
    Sign out of iCloud for Windows
    Uninstall iCloud for Windows
    Uninstall Office 2010
    Control Panel->Programs and Features->Microsoft Office Standard 2013->Change->Repair
    Reboot Windows
    Install latest iCloud for Windows
    Sign in to iCloud for Windows
    => Now the check box is back, and iCloud for Windows prompts you for which calendars to sync with Outlook.

  • Outlook 2013 calendar displays wrong time on iPhone calendar

    I would like to start by saying this is definitely NOT a time zone issue.  I have researched the internet and apple and have not been able to find a solution as of yet.  This is also not restricted to my phone.  We have our work calendar in Outlook 2013.  When it syncs to my iPhone 5c and my boss' iPhone 4s it displays the time of the event exactly 7 hours earlier.  I have checked the Outlook time zone and the iPhone time zone (in both places, general and the mail/contacts/calendar settings).  They are all displayed in the current time zone.  I have selected and deselected the auto setting for the time zone as well.  Nothing has worked!  I'm wondering if it has something to do with an update.  It was working just fine for years and now all of a sudden displays the wrong time.  PLEASE HELP! Thanks.

    Hi Cath,
    Yes, it is a by default settings to delete meeting requests after it is responded. As what Vasil says, we can change the following Outlook settings to leave the meeting request message in Inbox:
    1. Click File > Options.
    2. In Mail option, on Send messages part, uncheck Delete meeting requests and notifications from Inbox after responding option.
    3. Click OK to save the settings.
    Then check whether the issue persists.
    Regards,
    Winnie Liang
    TechNet Community Support

  • Icloud calendar issues in Outlook 2013

    I have I cloud to sync email/contacts/calendar between my HP Desktop/IPad/Android.  When I enter an appointment in the I Cloud calendar within Outlook 2013, the pm option in the time drop down box always reverts to am.  I have to correct the time on I pad or phone (this then syncs correctly to Desktop). Can anyone shed any light on this?

    Hey there!
    If you still haven't been able to create your calendar events in Outlook on your PC, I would use the Microsoft Windows (Outlook) section of this article:
    Get help using iCloud Calendar
    Thank you for using Apple Support Communities.
    All the best,
    Sterling

Maybe you are looking for