From kambeylk at gmail.com Wed Mar 18 14:16:00 2015 From: kambeylk at gmail.com (Kambey L. Kisambu) Date: Wed, 18 Mar 2015 17:16:00 +0300 Subject: [dev] Horde Kronolith Calendar through website Message-ID: Hello team, I'm using Horde webmail integrated with kronolith calendar. I want to create some events and use in the website (externaly) based on calendar Id. I've try to use some embeded code below but only works if i've logged to horde in that browser. How can i fetch and display the events without necessarily login to horde? The embed code is :-
Also kindly assist if i want to customize the display of the events or the best alternative if any. Regards, Kambey From mrubinsk at horde.org Wed Mar 18 16:43:33 2015 From: mrubinsk at horde.org (Michael J Rubinsky) Date: Wed, 18 Mar 2015 12:43:33 -0400 Subject: [dev] Horde Kronolith Calendar through website In-Reply-To: Message-ID: <20150318124333.Horde.ctN4a6UINpSVPLV8lq7m35F@h4.theupstairsroom.com> Quoting Kambey L. Kisambu : > Hello team, > I'm using Horde webmail integrated with kronolith calendar. > I want to create some events and use in the website (externaly) based on > calendar Id. > I've try to use some embeded code below but only works if i've logged to > horde in that browser. > How can i fetch and display the events without necessarily login to horde? You need to give guest access to the Kronolith and Horde application from the Administrative permissions interface and the calendar in question must also be guest readable. > The embed code is :- >
> > > Also kindly assist if i want to customize the display of the events or the > best alternative if any. You can include your own stylesheet on the page you are embedding into that overrides/adds to the provided css. -- mike The Horde Project http://www.horde.org https://www.facebook.com/hordeproject https://www.twitter.com/hordeproject -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 5869 bytes Desc: S/MIME Signature URL: From skhorde at smail.inf.fh-bonn-rhein-sieg.de Fri Mar 20 09:48:49 2015 From: skhorde at smail.inf.fh-bonn-rhein-sieg.de (Steffen) Date: Fri, 20 Mar 2015 10:48:49 +0100 (CET) Subject: [dev] suggestions for database use from new horde app Message-ID: Hi, I'm developing a new Horde app, which hooks shall be able to store arbitary data, mostly to record status information from call to call. The intended useage is less than 1KB, but I do not have no idea, what can be "sane", so the data may become GB in size. It's an admin-supplied value after all. I intend to offer the hooks an API like these snippets sketch: putData(mixed $data); $data = getData(); with this implemenation: putData($data) // INSERT / UPDATE data for primary key $user and field hook this->lowLevelPut(this->$user, 'hook', serialize($data)); getData() return unserialize(this->lowLevelGet(this->$user, 'hook')); There are no searches, no calculations, no constrains or whatsoever. 'hook' is the fixed name of the attribute / SQL field name, user is the current user. There shall exist one record per user at most, which is updated or created by putData(). A SQL table would look like: CREATE TABLE name ( owner VARCHAR(..) PRIMARY KEY NOT NULL, -- ^^ user hook TEXT, -- ^^ unlimited TEXT field the lowLevel functions put into / get from ... other fields ); =========== Is there a documentation, how to get started with databases at a Horde-level, so I need not get into the deeps how to write the conf.xml in order to allow the admin choose any database backend Horde supports, incl. filesystem etc.pp.? Shall I go for RDO (like sesha)? In fact, I'm currently looking into mnemo's way of accessing the database. -- Steffen From jan at horde.org Fri Mar 20 11:59:29 2015 From: jan at horde.org (Jan Schneider) Date: Fri, 20 Mar 2015 12:59:29 +0100 Subject: [dev] Fwd: [VOTE][Accept] PSR-7: HTTP message interfaces Message-ID: <20150320125929.Horde.K7TyTlX6tUSMOTcYhaXO0QS@neo.wg.de> Hi, voting on PSR-7 has started, and I'd welcome you to give some feedback, especially regarding future direction of Horde_Http, before I give a vote on behalf of the project. https://github.com/php-fig/fig-standards/blob/master/proposed/http-message.md https://github.com/php-fig/fig-standards/blob/master/proposed/http-message-meta.md ----- Weitergeleitete Nachricht von Beau Simensen ----- ? ? ?Datum: Thu, 19 Mar 2015 11:30:08 -0700 (PDT) ? ? ? ?Von: Beau Simensen Antwort an: php-fig at googlegroups.com ? ?Betreff: [VOTE][Accept] PSR-7: HTTP message interfaces ? ? ? ? An: php-fig at googlegroups.com The required review period has passed. During the review period a number of issues were raised and several of them were addressed by making clarifications to PSR-7 and its associated meta document. None of the changes constituted a fundamental change. ? As the coordinator of this PSR, I hereby announce that as of 6:30PM UTC on Thursday, March 19th, 2015, PSR-7 HTTP Message Interface is now officially up for vote. ? There are 39 current voting members, which means there must be 13 votes to pass quorum, and half or more of the /votes cast/ must be "in favor" in order for PSR-7 to be Accepted. -- You received this message because you are subscribed to the Google Groups "PHP Framework Interoperability Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to php-fig+unsubscribe at googlegroups.com. To post to this group, send email to php-fig at googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/php-fig/5456c4b3-9057-4acc-b9af-8067558e0d4d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout. ----- Ende der weitergeleiteten Nachricht ----- -- Jan Schneider The Horde Project http://www.horde.org/ https://www.facebook.com/hordeproject -------------- next part -------------- An embedded message was scrubbed... From: Beau Simensen Subject: [VOTE][Accept] PSR-7: HTTP message interfaces Date: Thu, 19 Mar 2015 11:30:08 -0700 (PDT) Size: 8478 URL: