Displaying Google Calendar Interface in Appian for Non-Appian Users

Certified Associate Developer

Hi,

I have a requirement to display an interface that includes a calendar (I'm using the googlecalendarchartfield plugin) to users who don't have an Appian account.

I thought of creating a portal as a possible option, but when I publish the calendar interface, it shows the following message in the portal:

I have read that this is because portals are not compatible with plugins.

Is there any other alternative to display the interface to users who are not in Appian?

Thank you very much.

  Discussion posts and replies are publicly visible

Parents Reply
  • Ok thanks. So, yes, you're correct in that currently an Appian Portal doesn't support the use of plug-ins. 

    Given that the calendar plug-in is simply one visual way of representing some data that is held elsewhere in an application (e.g. in a database) you could render the data in, say, a list form e.g. in a read-only grid. I know it's not ideal but it would meet the abstracted objective.

Children