[fw-general] Outlook calendar and PHP

2010-09-16 Thread Antonio Caccese
Hi, i'm working on an intranet application. Exist a way to synchronize the event in the Outlook calendar and my php based app? For example if i create an event in my remote calendar i would that i get it in my Outlook Client and viceversa. Thanks

Re: [fw-general] Zend_Auth storing special characters

2010-09-16 Thread Ralph Schindler
I've not seen this before, although I don't think i've had that situation before either.. Can you create a small reproduction script? -ralph On 9/15/10 9:47 AM, keith Pope wrote: Hi, Has anyone ever had any problems with Zend_Auth failing to store/serialize data that has ü etc in. I seem

Re: [fw-general] Zend_Auth storing special characters

2010-09-16 Thread Gregory
Are you using postgres? On Sep 15, 2010, at 9:47 AM, keith Pope mute.p...@googlemail.com wrote: Hi, Has anyone ever had any problems with Zend_Auth failing to store/serialize data that has ü etc in. I seem to be losing the auth session for all users with names containing utf-8

Re: [fw-general] Zend_Auth storing special characters

2010-09-16 Thread Bradley Holt
Keith, On Wed, Sep 15, 2010 at 10:47 AM, keith Pope mute.p...@googlemail.comwrote: Hi, Has anyone ever had any problems with Zend_Auth failing to store/serialize data that has ü etc in. I seem to be losing the auth session for all users with names containing utf-8 chars Are you

[fw-general] Re: Outlook calendar and PHP

2010-09-16 Thread PHPScriptor
Yes it's possible... Depends on Outlook 2003 or 2007? in 2007 it's rather easy. Under 'Account Settings' you have a tab that's called 'Internet Calendars'. You can set your url there to your application export. How the export should look like: http://en.wikipedia.org/wiki/ICalendar

Re: [fw-general] Re: Outlook calendar and PHP

2010-09-16 Thread Alexander Steshenko
another thing here is that there's really nothing decent out there to work with/parse iCal properly. On Thu, Sep 16, 2010 at 6:27 PM, PHPScriptor cont...@phpscriptor.comwrote: Yes it's possible... Depends on Outlook 2003 or 2007? in 2007 it's rather easy. Under 'Account Settings' you have

[fw-general] Monthly Bughunt Days Starts NOW!

2010-09-16 Thread Ralph Schindler
Hey all, announcing the bug hunt for this month! ** Special Note: As of this month, there will be no more 1.10.x series releases. As such, there is no need to merge any commits from trunk to the release-1.10 branch. Our next major release will be 1.11.0. ** Taken from:

Re: [fw-general] Re: Outlook calendar and PHP

2010-09-16 Thread Ben Scholzen
Am 16.09.2010 18:00, schrieb Alexander Steshenko: another thing here is that there's really nothing decent out there to work with/parse iCal properly. Yep, sorry, I'm still working on Zend\Ical ;) -- Ben Scholzen 'DASPRiD' Community Review Team Member | m...@dasprids.de Zend Framework

Re: [fw-general] Zend_Auth storing special characters

2010-09-16 Thread Hector Virgen
Which auth storage adapter are you using? If you're storing in the session, are you using a custom session storage adapter or file-based? -- *Hector Virgen* Sr. Web Developer Walt Disney Parks and Resorts Online http://www.virgentech.com On Thu, Sep 16, 2010 at 7:30 AM, Bradley Holt

[fw-general] ContextSwitch custom formats and callback function

2010-09-16 Thread Sergio Rinaudo
Hi All, can someone please help me understand how callback function must be set using custom format with contextSwitch? I have already read the documentation and this post: http://osdir.com/ml/php.zend.framework.mvc/2008-07/msg00120.html . but I still got no result and no errors :/