From xmlrpc@opengroupware.org Wed Apr 26 20:44:53 2006 From: xmlrpc@opengroupware.org (Helge Hess) Date: Wed, 26 Apr 2006 21:44:53 +0200 Subject: [OGo-XML-RPC] MOGI 0.0.10 & MOGoCal In-Reply-To: <1139697274.1377.19.camel@aleph.whitemice.org> References: <1139697274.1377.19.camel@aleph.whitemice.org> Message-ID: <85D7D2E7-0C14-4103-8694-7325E52C5058@opengroupware.org> Hi Adam, did you see this one: http://www.monocalendar.com/ Maybe you could integrate it? Looks cool :-) Greets, Helge On 11. Feb 2006, at 23:34 Uhr, Adam Tauno Williams wrote: > It also includes the first basically functional version of MOGoCal, > which is a GTK# calendering client. It supports CRUD (create, remove, > update, delete) including changing participants and creating cyclic > appointments. A screenshot is here - > http://www.whitemiceconsulting.com/system/files? > file=MOGoCal-0.0.10.png -- http://docs.opengroupware.org/Members/helge/ OpenGroupware.org From xmlrpc@opengroupware.org Wed Apr 26 21:34:27 2006 From: xmlrpc@opengroupware.org (Adam Tauno Williams) Date: Wed, 26 Apr 2006 16:34:27 -0400 Subject: [OGo-XML-RPC] MOGI 0.0.10 & MOGoCal In-Reply-To: <85D7D2E7-0C14-4103-8694-7325E52C5058@opengroupware.org> References: <1139697274.1377.19.camel@aleph.whitemice.org> <85D7D2E7-0C14-4103-8694-7325E52C5058@opengroupware.org> Message-ID: <1146083668.8545.9.camel@aleph> > did you see this one: > http://www.monocalendar.com/ > Maybe you could integrate it? Looks cool :-) Sweet, I'll definitely get in touch with him. My weakness is Gtk# & UI widgetry and this guy seems to have it nailed. > > It also includes the first basically functional version of MOGoCal, > > which is a GTK# calendering client. It supports CRUD (create, remove, > > update, delete) including changing participants and creating cyclic > > appointments. A screenshot is here - > > http://www.whitemiceconsulting.com/system/files? > > file=MOGoCal-0.0.10.png From xmlrpc@opengroupware.org Sat Apr 29 16:46:20 2006 From: xmlrpc@opengroupware.org (Adam Tauno Williams) Date: Sat, 29 Apr 2006 11:46:20 -0400 Subject: [OGo-XML-RPC] POGI 0.2.0 Message-ID: <1146325581.8562.0.camel@localhost> * POGI 0.2.0 * Version 0.2.0 of the PHP OpenGroupware Interface has been released. Significant changes ----------------------- 1. Task creation and update working much better. 1.1. Tasks can be rejected and reactivated. 2. Configuration moved to OGoConfig.php 3. Object managers and document objects seperated into their own files. 4. New timezone & daylight savings time logic. 4.1. Daylight logic takes into account the "Energy Protection Act of 2005" which changes the start and end of daylight savings time. 5. Write access check method in OGoManager, so you can check for read-only contact & enterprise objects like - if($contactManager->isReadOnly($person)) printf("Object is read-only"); else printf("Object is writable"); 6. Lots of warning and odd bugs cleaned up. Download --------- http://docs.opengroupware.org/Members/whitemice/ogo-n-php/ http://www.whitemiceconsulting.com/node/31 FYI, Some related bugs ------------------------------ http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=239 -- You can't set the executor/executant of the task (so the usefulness of the ability to create a task is pretty minimal) http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1702 -- unknown key: associatedCompanies (value: associatedCompanies) -- unknown key: associatedContacts (value: associatedContacts) -- also does not store "keywords" value http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1701 -- "kilometers" value of task object is thrown away to avoid a server error http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1599 -- resources can't be associated with appointments http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1640 -- roles/status can't be assigned to appointment participants