Roundcube Community Forum

 

How do generate Event UID

Started by mdegive, February 14, 2018, 02:15:59 PM

Previous topic - Next topic

mdegive

I have an internal PHP program that sets reminders for people and I would like to add those reminders to the events table in roundcubemail database.

The problem is that the UID column in the events table is somehow generated from, I am guessing, the username in the users table.

Anybody knows how that UID is generated?

Thank you.

JohnDoh

there is no table called events in the standard roundcube schema. is this a table from a plugin? if so the plugin devs might be able to help you.
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more...

mdegive

It's from the calendar, I think kolab/calendar. I will contact them. Thx.