Hi,
I have a question about your Google Calendar plugin.
Is there an easy way to create (and update/delete) 2 events instead of 1 event? I extended class-ebc-order-item-event.php, so it was possible to me to create 1 event with the start_date of the booking and 1 event with the end_date of the booking (both only enduring 1 hour)
Unfortunately, the update process doesn’t work any more as there is only 1 stored event_id per order_item, so I have to extend the meta data also to save 2 event ids.
But before I do that, did you maybe already do it or tested that?
The reason why we need this is that the Google Calendar gets very messy with many overlapping bookings. But the only information relevant to us is the start_date and the end_date of the booking as we must plan the pick-up and the return of our rental products. The rest is information we do not need in the calendar.
Thank you in advance!
Best regards,
Christoph