/* Add an AgenDAV record for one user only. */ INSERT INTO prefs (username, options) VALUES ('adam@example.net', 'herp'); INSERT INTO shared (user_from, user_which, calendar) VALUES ('adam@example.net', 'beth@example.net', 'derp');