Scheduling appointments

Hi All,

Thanks in advance for the help!!!
I’m trying to schedule appointments for let’s say a doctor. I discovered through documentation that ‘openemr_postcalendar_events’ table is responsible for appointments details.

Now, I’m able to insert data in the database and it’s reflecting there as well. But it is not displaying in the UI. Can someone help me with how to solve it??

Thanks a ton!!

This can be a rather complicated process. Best look to code for answers.
interface\main\calendar\add_edit_event.php

Hey, thank you so much for your reply and time!! :slight_smile:

Just to clarify, it’s possible by making some changes in this code?

If not, is the only way to insert data is through the UI?

Thanks again!! :slight_smile:

Nope. I provided the code as a reference to what sql might look like to do external imports. The sql will provide what is needed and the various ways events are saved/created