mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
fixed calendar categories not beeing imported from as clients
This commit is contained in:
parent
b57bc41e54
commit
3a32a328a1
@ -479,7 +479,7 @@ class calendar_activesync implements activesync_plugin_write
|
|||||||
|
|
||||||
if (isset($message->categories))
|
if (isset($message->categories))
|
||||||
{
|
{
|
||||||
$event['categories'] = $this->calendar->find_or_add_categories($message->categories, $id);
|
$event['category'] = implode(',', array_filter($this->calendar->find_or_add_categories($message->categories, $id),'strlen'));
|
||||||
}
|
}
|
||||||
|
|
||||||
// check if event is recurring and import recur information (incl. timezone)
|
// check if event is recurring and import recur information (incl. timezone)
|
||||||
|
Loading…
Reference in New Issue
Block a user