Roundcube Community Forum

Miscellaneous => Roundcube Discussion => Topic started by: mdegive on February 14, 2018, 02:15:59 PM

Title: How do generate Event UID
Post by: mdegive on February 14, 2018, 02:15:59 PM
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.
Title: Re: How do generate Event UID
Post by: JohnDoh on February 17, 2018, 12:47:31 PM
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.
Title: Re: How do generate Event UID
Post by: mdegive on February 17, 2018, 12:50:43 PM
It's from the calendar, I think kolab/calendar. I will contact them. Thx.