checked the calendar library used in FileMaker Web Viewer
Hello.
I am Teruhiro Komaki of frudens Inc.
Since fmOAuth integration with Google Calendar, I thought that I wanted to implement it with a UI similar to Google Calendar.
So when I displayed the calendar with the Web viewer, I examined libraries that seemed to be good, so I would like to introduce it.
Please check the license etc. when using it.
FullCalendar
https://fullcalendar.io
https://github.com/fullcalendar/fullcalendar
In FileMaker, speaking of the calendar, I think that it is a classic as FullCalendar.
Although I actually used it, since it is easy to use and there are also a lot of information, I think that it can be implemented relatively easily if it examines a little.
Because the document is easy to understand, I think that you can understand by reading.
License
MIT License
https://en.wikipedia.org/wiki/MIT_License
FullCalendar Scheduler
https://fullcalendar.io/scheduler/
This is the FullCalendar add-on I mentioned earlier.
Since the license is different from FullCalendar, please check it when using.
License
https://fullcalendar.io/scheduler/license/
jquery-week-calendar
https://github.com/themouette/jquery-week-calendar
I think you need to download from GitHub and install it from your DEMO file on your own.
License
There seems to be no statement of license.
Let’s check the license of jQuery.
AlloyUI Scheduler
https://alloyui.com
https://github.com/liferay/alloy-ui/
I used FullCalendar in the past, so I think I will use this framework this time.
License
https://en.wikipedia.org/wiki/BSD_licenses
DHTMLX Scheduler
https://dhtmlx.com
https://dhtmlx.com/docs/products/dhtmlxScheduler/
https://github.com/DHTMLX/scheduler
There are not only calendars but also various libraries.
For commercial use, license purchase is required.
Web2Cal
For commercial use, license purchase is required.
DayPilot
https://www.daypilot.org
https://javascript.daypilot.org
Have an open source DayPilot Lite So, I think that it is better to use that.
Free and open-source version of DayPilot that is available under a business-friendly Apache License 2.0.
License
Apache License 2.0
https://en.wikipedia.org/wiki/Apache_License
Afterword
I plan to implement it in FileMaker and publish the file.