meeting-room-booking-system / mrbs-code

MRBS application code
Other
124 stars 61 forks source link

SQL-Statement for external insertion of an Evert #2796

Open jberanek opened 4 years ago

jberanek commented 4 years ago

How can I import extenal event by a SQL-Statement into MBRS.. Ist here any example?

Reported by: *anonymous

Original Ticket: mrbs/support-requests/2102

jberanek commented 4 years ago

If your external event can be put into the format of a .ics file (eg by exporting it from another calendar program) then the easiest and safest thing to do is to use the Import page.

Otherwise the best thing to do is just to look at the structure of the entry table and copy the entry for an existing entry. Repeating entries are more complicated.

Original comment by: campbell-m