add OC_Calendar_Object::createUID()

This commit is contained in:
Georg Ehrke 2012-06-26 15:20:29 +02:00
parent 72b365842f
commit b9ce4e1f40

View file

@ -216,6 +216,14 @@ class OC_Calendar_Object{
return true;
}
/**
* @brief Creates a UID
* @return string
*/
protected static function createUID(){
return substr(md5(rand().time()),0,10);
}
/**
* @brief Extracts data from a vObject-Object