Is it possible, natively or with a plugin, to ingest external iCal publish URLs into a SuiteCRM calendar?
For example, if I have an external application which manages dispatching appointments which publishes an ICS URL, and I want to see those appointments in a SuiteCRM calendar for ease-of-access to that data, is this possible?
You could call the SuiteCRM API from outside, to create events in SuiteCRM Calendar.
Do you strictly need this to come in iCal format?
It’s always possible to add some element in between, to get the iCal and call the API… for example, a custom scheduler, that runs at specified intervals and ingests the iCal feed.