Anyone have some representative code to make the following automation?
I have a form in Access called TestCalendarItem
It contains all the fields I will need to make a new meeting / appointment item on an outlook calendar.
It has a subform called TestLobby
TestLobby is a short (0 to 4) list of people who need to be invited to a meeting
At any given period of time I want to run through the recordset of TestCalendarItem and write the information onto the calendar and then loop through the sub form to capture any To: information, send/save & close the item and then run an update query to remove the fields from the query. (the update query does not need to be part of the answer here, I already created that)
One hang up… I have more than one calendar that I have ownership of. So I need to be able to designate the particular calendar this is written to… I do not want it to end up on my own calendar which is called JW. I need it to end up on the calendar called MP.
As far as fields go… TestCalendarItem contains subject, event date, begin and end time, note. (In future I might want to include a category field)
Test Lobby contains an alias field which is the outlook alias for the invitees (it could have email addresses in it instead)
Any insight is appreciated.