Calendar as a Service is a React.JS library based on devExtreme Scheduler to work with Tivity Health outsystems calendar api.
Use the package manager npm to install Tivity - Calendar as a Service.
npm install tivity-calendar
yarn add tivity-calendar
import TivityCalendar
<TivityCalendar
tenantid="0"
calendarid="20"
externaleventoptions={
[{
eventTitle: "SilverSneakers Core",
externalEventId: "3453"
}]
}
/>
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.