meeting-room-booking-system / mrbs-code

MRBS application code
Other
129 stars 64 forks source link

Is there any API from MRBS to let me integrate with another system called WebCalendar? #2086

Open jberanek opened 6 years ago

jberanek commented 6 years ago

Hi,

Is there any API from MRBS to let me integrate with another system called WebCalendar?

As I setup the WebCalendar and MRBS, I hope to create an event from WebCalendar, and then automatically booking the room to the MRBS. How can I easier to reach this goal? (by passing attribute of WebCalendar: event title, content, datetime; to the MRBS for checking conflict and booking room)

Thank you for help!

Best Regards, Tom

Reported by: *anonymous

Original Ticket: mrbs/support-requests/1375

jberanek commented 6 years ago

Hi Tom, did you manage to pass attributes from a webcalendar to the MRBS?

Original comment by: *anonymous

jberanek commented 6 years ago

If you can export events from WebCalendar in .ics (iCalendar) format, then you can import them into MRBS using the import.php utility. However import.php needs to be run from the browser and won't enable you to sync automatically with WebCalendar.

Original comment by: campbell-m