Frank Glück

Results 36 comments of Frank Glück

I have the same problem, how do you fix it?

This work only with subject, body and importance in my case: If I put `$changes['StartDate'] = XXXX;` to the array I get the Error: ...Exception: Could not find uri item:startdate...

This works fine, but gives you only the sub calendars not the default calendar (getChildrenFolders). $email must the other use. ``` foreach ($cals as $cal) { foreach($cal->getFolders() as $folder) {...

Please, tell me how I can do that? I made the fixes online. And I have some more, so what I should do?

I try to fix it with the restore event, but the dlg parameter is an empty Object. "restore" : function(evt, dlg){ console.log(evt,dlg);

A workaround is: "restore" : function(evt, dlg){ $(evt.target).dialog("widget").draggable("option","containment","#frameContent") };

Yes, I miss this feature, too

``` $.notify.defaults({ className: "info", position:"right", style: 'metro', autoHideDelay: 5000}); $.notify({ title: 'title', text:'text' }) ``` Works fine for me.

@drveresh there is no notify-metro loaded in your jsfiddle, so it can't run: 10:47:37.298 Beim Laden von "https://fiddle.jshell.net/veeresh/3qywza57/16/show/?editor_console=" wurde eine ungültige X-Frame-Options-Kopfzeile gefunden: "ALLOWALL" ist keine gültige Direktive. show 10:47:37.389...