As I have written in the title, I want to fetch my data to another application calendar.
Because my boss wants to see the employee appointment/schedule directly to the calendar
to avoid any conflicts when he assigns tasks to employees.
The idea is based on Cybozu Task Scheduler, and they want me to do that in Kintone.
Goal: Generate a calendar view for each employee (on the Task Schedule App) that shows events from the Meeting Room Schedule App and Driver Schedule App.
I want to fetch data from the two Kintone calendar Apps and display it on another Kintone calendar App directly in order to monitor each employee easily.
I hope that I explained it well, haha.
And I hope that you can help me because I’ve been stuck on this problem for about 3 weeks.
Let me first say that you can do this in many ways.
Method 1
If you are combining two calendars in a different calendar:
You will first need to prepare fields in Task Schedule to place data from Meeting Room Schedule and Driver Schedule.
And then, on the Meeting Room Schedule and Driver Schedule sides, you can use events like Record Create - Save Submit Success Event to send data from Meeting Room Schedule or Driver Schedule to Task Schedule upon successful record saves.
In the Custom View, HTML can be written as shown on the following page.
Create a Custom View
You may use the iframe tag in HTML to embed other sites as part of the page.
Utilizing the iframe tag would embed the list of three apps in the customized view.