I've built a system for a client where people can reserve times on various pieces of equipment. Those reservations can have various use types, like "training" or "maintenance." The client has requested that, when certain types of reservations are made/confirmed, they be added to equipment owners' Outlook calendars. I'm aware of Productive Computing's Exchange Manipulator plugin, which could be used to implement this but it's been ~10 years since I used the related Outlook Manipulator plugin and I recall that being a pain to integrate. So my questions:
Are there other options to push FileMaker events to an Exchange/Outlook calendar? Pros/cons?
Anyone out there particularly experienced in FM/Outlook/Exchange integrations who might be interested in doing the work for/with me? (Feel free to reach out back-channel.)
Yes, there are.
Basically, you build an ".ICS" File according to its specifications. In my routine, I set the export path to 'temporaryPath', perform the export and open the file. This will automatically fill the dates into iCal (macOS) OR Outlook Calendar or other (PC).
Thanks for all the ideas! Nice to have some alternatives. If/when the project gets approved, I'll probably start by looking for some FM/Microsoft API sample code so I'm not starting from scratch (or look for a subcontractor). As much as I like the simplicity of exporting .ics files, I don't think that will work in this case because events likely need to show up on multiple people's calendars and, as I understand it, the .ics event would only be added to the current user's calendar. Does that sound correct?