
If we need to update the event then we can modify the Date, Time, Color, Title, Notes, and Guests, update the event using the Event id.
After creating the event, we can view the event in the Calendar as follows. In Data2 field we are getting the Appointment created Date & Time Information as Follow. In Data1 field we are getting the List of Event Information created in the Calendar in JSON format. After that using those fields will pass the Event information values to the calendar to create an event. Initially need to generate Json to create calendar events. In the script step, we need to mention those Date, Time, Color, Title, Notes, Guests field in the JSON function in a field to create an event. After the Event information is entered, We need to run the script to create the event. After the Integration process is complete, In order to create an event in the Calendar we need to mention the Date, Time, Color, Title, Notes, Guests for the event in the FileMaker database as given below. After entering the HTML code from the open-source code website( ) in the Web viewer, the Calendar will be shown as like below. Remember to turn on FMP URL permissions for the Accounts in Database Manager – Security section. You need to do this process by integrating the calendar code including HTML, Javascript, and CSS with the FileMaker Webviewer control.
Display HTML Calendar in a Webviewer control using the code provided by fullcalendar.io (an open-source web calendar).It can be achieved by displaying HTML Calendar inside a Webviewer control and integrate it with FileMaker tables using JSON and FMP URLs.įollowing are steps to manage events in a Calendar view withinĬreate Calendar in FileMaker using Webviewer control: In some cases, we are in need to create events within our FileMaker application and need to do it in a calendar view. This will compatible with FileMaker version 16 and above.
In this post, we will talk about how to create and update events in the Calendar view within FileMaker using Webviewer Control and JSON. Create and Update Events in Calendar view within FileMaker