|
|
Choosing A Webhost: |
Re: Using POGI to get appointments out of OGo: msg#00012cms.opengroupware.xmlrpc.devel
> >I'm trying to use POGI to get appointments out of OGo onto my webpage, but > >everything I get is this error from the xmlrpcd: > I'm just guessing, but I had similar problem when I used an incorrect > date format. You should try something like this '20050726T07:00:00', > which is defined in the XML-RPC standard and conforms to ISO or ANSI or > somewhat. You shouldn't have to pass ugly XML-RPC dates to POGI. Whatever PHP's strtotime will parse should work correctly. In OGoAppointmentManager /// \brief Get appointments between (inclusively) two dates /// \param _startDate /// \param _endDate /// \note Invokes the appointment.fetch RPC method /// \todo Remove RPC processing into OGoFetchSpec or OGoServer function getBetween($_startDate, $_endDate) { $this->traceMessage('@OGoAppointmentManager:getBetween'); $startDate = XML_RPC_iso8601_encode(strtotime($_startDate)); $endDate = XML_RPC_iso8601_encode(strtotime($_endDate)); -- OpenGroupware.org XML-RPC xmlrpc@xxxxxxxxxxxxxxxxx http://mail.opengroupware.org/mailman/listinfo/xmlrpc
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: Check credentials with POGI, Adam Tauno Williams |
|---|---|
| Previous by Thread: | Re: Using POGI to get appointments out of OGo, Timo Springmann |
| Next by Thread: | Check credentials with POGI, Timo Springmann |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |