Skip to content

Instantly share code, notes, and snippets.

@evert
Created May 2, 2012 12:55
Show Gist options
  • Save evert/2576346 to your computer and use it in GitHub Desktop.
Save evert/2576346 to your computer and use it in GitHub Desktop.
$tree = array(
new Sabre_DAV_SimpleCollection('principals' , array(
new Sabre_CalDAV_Principal_Collection($backend, 'principals/projects'),
new Sabre_CalDAV_Principal_Collection($backend, 'principals/users'),
));
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment