event_id format changed

Hi there,
I don’t know how I managed this, but it appears I have managed to get the scheduler to use the incorrect format for the event_id.
Instead of it just being the database value, it’s prefixed with the timestamp,
e.g. “1288697424x294”
Really odd and now some things have stopped working as a result.

Any ideas?

thanks,
Rose

Hello,

Timestamp is used as event id in several cases, e.g. event was loaded without id or was created by dnd but not saved yet.

Best regards,
Ilya

Managed to fix this…

I had to add my event_id column to the render_sql query.

thanks Ilya.