Hi,
we want to display available dates on a calendar in his house location website.
We have available from our partners website a link for an ical file for each house on rental.
we would like to display that file in a calendar by passing it directly to a calendar. We have searched many calendars in the Wix app market and also in npm modules, but to no avail.
Has anybody done that before, and if so, how? If not possible to pass the file directly to a calendar, there is a parser in npm to parse ical, but is there a calendar that I could program with the data?
Thanks in advance
Joël
Thank you for your answer.
I had checked all those links before and none do what I need.
What I need is simply a calendar object with no link to external calendar API (like Google Calendar by example), but that I could fill with entries from an ical file taken from random 3rd party sources. Or data from a Wix database.
There are many possibilities for parsing an iCal file in the links you mentioned, so getting and parsing the ical is not the problem. What I need is a stand alone calendar available in Wix that can accept the parsed data through code without going through Google API’s or Outlook, something simple like this: https://code-boxx.com/simple-pure-javascript-calendar-events/ .
That doesn’t seem to exist.