Outlook Calendar
6 TopicsCreating Outlook Calendar appointments, other than your own e-mail via Access VBA
Hello peoples of this community, I am struggling with the following issue: In our organization, there is one email that manages the appointments of group events, and one email that manages the appointments of individual consultations. We have an Access template that fills the Outlook appointments, but that fills the appointment in the name of the email that is logged in. We have several employees that are all assigned to different individual consultations, but only one that plans al those appointments. Is there a way to assign the different individual appointments from one account to other accounts? Set objOutlook = CreateObject("Outlook.Application") Set objNameSpace = objOutlook.GetNamespace("MAPI") Set objFolder = objNameSpace.GetDefaultFolder(9) Here is the code that makes the appointment in Outlook, and fills the template out of an Access database. I hope I was able to clarify my problem with you, and if there is someone that can help me with this. Kind regards, JenniferDMS672Views0likes0CommentsBookings puffer buggy as the slot right before the booked slot becomes unavailable
Main Problem: The slot right before the booked slot becomes unavailable. See print screen: Slot 10:30 available till 13:00 is booked. Settings are the following: -------------------------------------------------------------------------------------------- Test 1 puffer parameter: 0 h puffer in front of slot and 1 h puffer after the slot: Still the slot in front of booked slot at 13:00 ist not available: Test 2 puffer parameter: 1 h puffer in front of slot and 0 h puffer after the slot: Still the slot in front of booked slot at 13:00 ist not available: Test 3 puffer parameter: 0 h puffer in front of slot and 0 h puffer after the slot: Slot in front of booked slot at 13:00 is available, but inconvenient slot at 14h is proposed as no puffer is set between the slots: Test 4 puffer parameter: 15 Min puffer in front of slot and 15 Min puffer after the slot: Slot in front of booked slot at 13:00 is available, but inconvenient slot at 14:15h is proposed as puffer is set to 15Minutes between the slots: Test 5 puffer parameter: 16 Min puffer in front of slot and 15 Min puffer after the slot: Still the slot in front of booked slot at 13:00 ist not available: JTerranS38 , Teresa_Cyrus , zo1k123 , candy253 , davisjr , Lana O'Brien , Kreera_House , Gabriel_Valdez , MitchS-SE503Views0likes0CommentsAutomatically accept an event when created in attendees' outlook calendar
Hi, I am currently using the API to create appointments on the internal technicians' calendars. The account used to create the event has permission to modify the technicians' calendars. I would like that when I create an event and invite Tech A, they do not have to accept or decline the event. This should work in the same way as if I were creating the appointment directly on their calendar, but in this case, I need to use a shared calendar that invites the technicians. The topics I found on this subject are a few months old or more, and they mentioned that it was impossible. Are there any updates on this? Thank you in advance. Best regards,258Views0likes0CommentsProblems with Scheduled To Do Tasks and Outlook Calendar/My Day View using Mac/Apple
It is my understanding that tasks scheduled in To Do will appear in my Mac Outlook calendar and/or the "My Day" or as Mac users have "Day" tab next to your mail or calendar app. Every time I schedule a task, it does not show up in my calendar at all. I have tried everything I have read online and still not gotten anything to work - including syncing the apps. Can scheduled tasks be viewed on outlook calendar? Is this one of the many glitches in Microsoft's recent Mac updates? Please help.216Views0likes2CommentsBooked Service - needs Client name once showing in Outlook Calendar
Once a client books a meeting through Bookings, our calendar used to update with the Service Name + Client Name. But now, it does not include the client name anymore (which is important for us). Can anyone help us to include it back please. Thank you.51Views0likes0Comments