You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(5) |
Oct
(159) |
Nov
(123) |
Dec
(27) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
(6) |
Feb
(11) |
Mar
(21) |
Apr
(29) |
May
(13) |
Jun
(2) |
Jul
(13) |
Aug
(5) |
Sep
(14) |
Oct
(21) |
Nov
(71) |
Dec
|
2004 |
Jan
(18) |
Feb
(12) |
Mar
|
Apr
(6) |
May
(29) |
Jun
(9) |
Jul
(3) |
Aug
(4) |
Sep
(7) |
Oct
(6) |
Nov
|
Dec
(20) |
2005 |
Jan
(6) |
Feb
(27) |
Mar
(4) |
Apr
(16) |
May
(61) |
Jun
(6) |
Jul
(4) |
Aug
(18) |
Sep
(19) |
Oct
(5) |
Nov
(55) |
Dec
(30) |
2006 |
Jan
(11) |
Feb
(9) |
Mar
(9) |
Apr
(26) |
May
(17) |
Jun
(3) |
Jul
(1) |
Aug
|
Sep
(20) |
Oct
|
Nov
(6) |
Dec
(9) |
2007 |
Jan
|
Feb
|
Mar
(5) |
Apr
|
May
(8) |
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
(3) |
Nov
|
Dec
|
2008 |
Jan
|
Feb
(17) |
Mar
(11) |
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(2) |
2009 |
Jan
|
Feb
|
Mar
|
Apr
(4) |
May
|
Jun
|
Jul
|
Aug
|
Sep
(7) |
Oct
|
Nov
|
Dec
|
2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
(4) |
2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2015 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(2) |
Oct
|
Nov
|
Dec
|
2022 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Rob P. <php...@pr...> - 2003-11-17 20:30:13
|
Chad, I did not check release version of PHP iCal, I checked what is in the repository. The version of calendar_nav.php that you released has my patches (pretty much), but the version in the repository does not. I guess you have not checked in what you released since many files differ? Or maybe anonymous CVS on Sourceforge comes from a not up to date mirror? For example, CVS shows me the latest version of calendar_nav.php is 1.13, checked in on 5 Nov. The repository is also not tagged with the 0.9.5 release. Sorry if I sounded a bit snappy in the last email, but it had me a bit worried. I am curious as to what's up. We have several developers here with anonymous checkouts of the code and none of us are seeing what is in the 0.9.5 release. If Sourceforge is having problems with mirrors then people should be aware of that. If it is just that the latest code is not checked in, then that is cool, we just need to know. Rob At 11:39 AM 17/11/2003 -0800, you wrote: >I specifically tested 0.9.5 on WinXP, IE 6 and did not see that error. >Im also now looking through the code and do not see a double select >anywhere? BBEdit also does not return any errors. I'm sitting here >looking in IE, Safari, ect and I still do not see it, either in CVS or >in the released version I just downloaded. > >--Chad |
From: Robert P. <ro...@pr...> - 2003-11-17 19:51:55
|
Another problem with 0.9.5, at the beginning of init.inc.php, the line error_reporting (E_ALL); which is for debugging only, is uncommented. |
From: Chad L. <ch...@ch...> - 2003-11-17 19:40:39
|
I specifically tested 0.9.5 on WinXP, IE 6 and did not see that error. Im also now looking through the code and do not see a double select anywhere? BBEdit also does not return any errors. I'm sitting here looking in IE, Safari, ect and I still do not see it, either in CVS or in the released version I just downloaded. --Chad On Nov 17, 2003, at 11:17 AM, Rob Prouse wrote: > The 0.9.5 release looks pretty bad in IE on Windows because the patch > I submitted was not applied. Mozzilla is overly lenient with > mis-formed HTML and I assume that whatever browser you are using on > the Mac is too. The month page has a double <DEFANGED_select> in the > resulting HTML which causes it to display all of the options as text. > It also does not automatically add a linefeed after select boxes. > > If you want to see just how bad it looks, you can see it at > http://www.alteridem.net/images/selectbug.png > > The now closed patch #842429 on Sourceforge fixes all of this and has > been tested with both Mozzilla and IE on Windows. > > Rob > > At 05:07 PM 14/11/2003 -0500, you wrote: >> At 01:20 PM 14/11/2003 -0800, you wrote: >>> Thanks, that bug is already open in sourceforge. If you want, submit >>> a >>> patch for it and I will apply and close it. >> >> The patch is on Sourceforge, #842429. If you prefer, I can send you >> the changed files directly, but get back to me soon as I am going to >> be heading home within the hour. >> >> Rob > > > > ------------------------------------------------------- > This SF. Net email is sponsored by: GoToMyPC > GoToMyPC is the fast, easy and secure way to access your computer from > any Web browser or wireless device. Click here to Try it Free! > https://www.gotomypc.com/tr/OSDN/AW/Q4_2003/t/g22lp?Target=mm/ > g22lp.tmpl > _______________________________________________ > Phpicalendar-devel mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpicalendar-devel |
From: Rob P. <php...@pr...> - 2003-11-17 19:18:59
|
The 0.9.5 release looks pretty bad in IE on Windows because the patch I submitted was not applied. Mozzilla is overly lenient with mis-formed HTML and I assume that whatever browser you are using on the Mac is too. The month page has a double <select> in the resulting HTML which causes it to display all of the options as text. It also does not automatically add a linefeed after select boxes. If you want to see just how bad it looks, you can see it at http://www.alteridem.net/images/selectbug.png The now closed patch #842429 on Sourceforge fixes all of this and has been tested with both Mozzilla and IE on Windows. Rob At 05:07 PM 14/11/2003 -0500, you wrote: >At 01:20 PM 14/11/2003 -0800, you wrote: >>Thanks, that bug is already open in sourceforge. If you want, submit a >>patch for it and I will apply and close it. > >The patch is on Sourceforge, #842429. If you prefer, I can send you the >changed files directly, but get back to me soon as I am going to be >heading home within the hour. > >Rob |
From: Yvan O. <yva...@un...> - 2003-11-16 18:56:53
|
In french.inc.php of languages folder, I change this line; it works better in french ! $all_cal_comb_lang = 'Tous les calendriers combinés'; Bye ++++++++++++++++++++++++++++++++++ Yvan Oberson, Onnens FR, Suisse http://school.fri-tic.ch/~obersony/cal/week.php |
From: Chad L. <ch...@ch...> - 2003-11-16 06:39:39
|
In 0.9.5 you can now set event 'bleed_times'. Basically if you have an event that ends at 1am and you want to only appear as an event on the starting date, set bleed_time in your config to 0100 or greater. If bleed_time = '' or '0000', it will simply split up the event into multiple parts for each day (xx-midnight) and (midnight to xx). -C |
From: Rob P. <php...@pr...> - 2003-11-14 22:07:14
|
<html> <body> At 01:20 PM 14/11/2003 -0800, you wrote:<br> <blockquote type=cite class=cite cite>Thanks, that bug is already open in sourceforge. If you want, submit a <br> patch for it and I will apply and close it.</blockquote><br> The patch is on Sourceforge, #842429. If you prefer, I can send you the changed files directly, but get back to me soon as I am going to be heading home within the hour.<br><br> Rob<br><br> </body> </html> |
From: Dietrich A. <die...@ga...> - 2003-11-14 22:06:34
|
Hi Rob, Thanks for answering! I'm excited about a good iCal client for Windows, and would love to run Sherpa through it's paces when the beta becomes available. -dietrich ----- Original Message ----- From: "Rob Prouse" <php...@pr...> To: <php...@li...>; <php...@li...> Sent: Friday, November 14, 2003 12:44 PM Subject: Re: [PHPiCalendar-DEV] Standards-compliant Windows Calendars > At 03:22 PM 13/11/2003 -0800, Dietrich Ayala wrote: > >sherpa wouldn't give it up. said they might send out the beta to "invited" > >testers :P > > All you have to do is ask and you might just become an "invited" tester :P > > To be honest, I am more looking forward to the next round of beta testing > then the public release. The version that we have out there has not been > optimized for speed yet, so it is about as quick as Mozzilla ;) > > If anyone applied to be a beta tester and has not heard back, hold > tight. We are going to invite a bunch more people to evaluate our public > beta before we release it. What we have out there now is more alpha and > you probably wouldn't be too happy with it anyway. It works, but it has > it's rough edges. We just wanted to get some outside opinions on what > people liked and didn't like about it before releasing to too many people. > > Rob Prouse > http://www.semaview.com > > > > ------------------------------------------------------- > This SF. Net email is sponsored by: GoToMyPC > GoToMyPC is the fast, easy and secure way to access your computer from > any Web browser or wireless device. Click here to Try it Free! > https://www.gotomypc.com/tr/OSDN/AW/Q4_2003/t/g22lp?Target=mm/g22lp.tmpl > _______________________________________________ > Phpicalendar-devel mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpicalendar-devel > |
From: Chad <ch...@ch...> - 2003-11-14 21:20:47
|
Thanks, that bug is already open in sourceforge. If you want, submit a patch for it and I will apply and close it. -C On Nov 14, 2003, at 1:09 PM, Rob Prouse wrote: > The jump to boxes look messed up to me. I had fixed it in a local > version and I thought it was so obvious that I didn't report it. The > combo boxes need <br> tags after them. If they look okay in your > browser (I am using IE6) I can send you screenshots. > > Rob > > > ------------------------------------------------------- > This SF. Net email is sponsored by: GoToMyPC > GoToMyPC is the fast, easy and secure way to access your computer from > any Web browser or wireless device. Click here to Try it Free! > https://www.gotomypc.com/tr/OSDN/AW/Q4_2003/t/g22lp?Target=mm/ > g22lp.tmpl > _______________________________________________ > Phpicalendar-devel mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpicalendar-devel |
From: Rob P. <php...@pr...> - 2003-11-14 21:09:17
|
The jump to boxes look messed up to me. I had fixed it in a local version and I thought it was so obvious that I didn't report it. The combo boxes need <br> tags after them. If they look okay in your browser (I am using IE6) I can send you screenshots. Rob |
From: Robert P. <ro...@pr...> - 2003-11-14 21:08:50
|
The jump to boxes look messed up to me. I had fixed it in a local version and I thought it was so obvious that I didn't report it. The combo boxes need <br> tags after them. If they look okay in your browser (I am using IE6) I can send you screenshots. Rob |
From: Rob P. <php...@pr...> - 2003-11-14 21:05:33
|
I have checked it out and will give it a going over this evening. I will let you know if I run into anything weird. Rob At 12:52 PM 14/11/2003 -0800, you wrote: >I've made some minor changes to ical_parser in CVS which appears to fix >most bugs in SF. Please for my sanity's sake test this version with all >your calendars and make sure I have not broken anything since 0.9.4. I'm >still on track to release this over the weekend (preferably saturday). |
From: Chad <ch...@ch...> - 2003-11-14 20:52:07
|
I've made some minor changes to ical_parser in CVS which appears to fix most bugs in SF. Please for my sanity's sake test this version with all your calendars and make sure I have not broken anything since 0.9.4. I'm still on track to release this over the weekend (preferably saturday). Thanks, Chad |
From: Rob P. <php...@pr...> - 2003-11-14 20:44:28
|
At 03:22 PM 13/11/2003 -0800, Dietrich Ayala wrote: >sherpa wouldn't give it up. said they might send out the beta to "invited" >testers :P All you have to do is ask and you might just become an "invited" tester :P To be honest, I am more looking forward to the next round of beta testing then the public release. The version that we have out there has not been optimized for speed yet, so it is about as quick as Mozzilla ;) If anyone applied to be a beta tester and has not heard back, hold tight. We are going to invite a bunch more people to evaluate our public beta before we release it. What we have out there now is more alpha and you probably wouldn't be too happy with it anyway. It works, but it has it's rough edges. We just wanted to get some outside opinions on what people liked and didn't like about it before releasing to too many people. Rob Prouse http://www.semaview.com |
From: Mike T. <mt...@ya...> - 2003-11-14 16:01:30
|
I hear ya - Outlook is a big beast, but a lot of people use it and it's hard to beat in an enterprise environment. FYI, if you go this route, you'll want to choose 'Evolution Calendar' as the Export Format in Outport. That'll get you an ics... hth, mike Alex Ezell <ta...@sp...> wrote: On Thursday, November 13, 2003, 6:34:57 PM, Mike wrote: > I use MS Outlook and Outport (http://outport.sourceforge.net) to export the calendars. Thanks mike! I think I tried that once before, but it still caused problems with the parser. This was many version ago, for both Outport and phpicalendar. So, perhaps, I should try it again. I just hesitate to install Outlook now that I am so ingrained from using The Bat! But considering many Windows users would be coming to phpicalendar with Outlook, it's probably a pill I will have to swallow. -- Alex http://www.spittingllamas.com "Formal Restrictions, contrary to what you might think, free you up by allowing you to concentrate on purer ideas." - Winter Sorbeck in Chip Kidd's The Cheese Monkeys ------------------------------------------------------- This SF.Net email sponsored by: ApacheCon 2003, 16-19 November in Las Vegas. Learn firsthand the latest developments in Apache, PHP, Perl, XML, Java, MySQL, WebDAV, and more! http://www.apachecon.com/ _______________________________________________ Phpicalendar-devel mailing list Php...@li... https://lists.sourceforge.net/lists/listinfo/phpicalendar-devel --------------------------------- Do you Yahoo!? Protect your identity with Yahoo! Mail AddressGuard |
From: Alex E. <ta...@sp...> - 2003-11-14 00:38:04
|
On Thursday, November 13, 2003, 6:34:57 PM, Mike wrote: > I use MS Outlook and Outport (http://outport.sourceforge.net) to export the calendars. Thanks mike! I think I tried that once before, but it still caused problems with the parser. This was many version ago, for both Outport and phpicalendar. So, perhaps, I should try it again. I just hesitate to install Outlook now that I am so ingrained from using The Bat! But considering many Windows users would be coming to phpicalendar with Outlook, it's probably a pill I will have to swallow. -- Alex http://www.spittingllamas.com "Formal Restrictions, contrary to what you might think, free you up by allowing you to concentrate on purer ideas." - Winter Sorbeck in Chip Kidd's The Cheese Monkeys |
From: Alex E. <ta...@sp...> - 2003-11-14 00:35:37
|
On Thursday, November 13, 2003, 6:29:37 PM, Chad wrote: > One of their developers is on this list, so maybe you'll get invited. > I'd like to have more windows feedback on PHP iCalendar, as I know > there are a few display bugs that need fixed by 0.9.5. I signed up for the beta, so we'll see. I would be glad to bang on it from the Windows end. All of my users are on Mac, but I am on Windows, and there's a G4 sitting beneath my legs, so I can do a lot of side-by-side comparisons. As soon as I get Thunderbird installed and my users caught up to 0.9.4, I will start noting and working on any inconsistencies I can find. -- Alex http://www.spittingllamas.com "Formal Restrictions, contrary to what you might think, free you up by allowing you to concentrate on purer ideas." - Winter Sorbeck in Chip Kidd's The Cheese Monkeys |
From: Dietrich A. <die...@ga...> - 2003-11-13 23:41:52
|
i'm using on XP w/ Firebird and IE. IE has a display bug in day and week view (see attached). also using on OSX w/ Safari, no problems there. Chad wrote: > One of their developers is on this list, so maybe you'll get invited. > I'd like to have more windows feedback on PHP iCalendar, as I know > there are a few display bugs that need fixed by 0.9.5. > > -C > > On Nov 13, 2003, at 3:22 PM, Dietrich Ayala wrote: > >> sherpa wouldn't give it up. said they might send out the beta to >> "invited" testers :P >> >> >> Chad wrote: >> >>> On the windows side that I know of: >>> >>> Mozilla >>> http://www.mozilla.org/projects/calendar/ >>> >>> Sherpa >>> http://www.sherpasuite.com/ >>> >>> WinDates >>> http://www.rockinsoftware.com/windates.aspx >>> >>> On Nov 13, 2003, at 3:08 PM, Alex Ezell wrote: >>> >>>> Now that I am finally able to turn my attention back to phpiCalendar, >>>> is there any Windows calendaring software that creates a >>>> standards-compliant exportable calendar such as could be read by >>>> phpicalendar? >>>> >>>> I know that Thunderbird seems to work, but is there anything else? >>>> >>>> Looking forward to jumping back in and hopefully contributing some >>>> code. >>>> >>>> -- >>>> Alex >>>> http://www.spittingllamas.com >>>> "Formal Restrictions, contrary to what you might think, >>>> free you up by allowing you to concentrate on purer ideas." >>>> - Winter Sorbeck in Chip Kidd's The Cheese Monkeys >>>> >>>> >>>> >>>> ------------------------------------------------------- >>>> This SF.Net email sponsored by: ApacheCon 2003, >>>> 16-19 November in Las Vegas. Learn firsthand the latest >>>> developments in Apache, PHP, Perl, XML, Java, MySQL, >>>> WebDAV, and more! http://www.apachecon.com/ >>>> _______________________________________________ >>>> Phpicalendar-devel mailing list >>>> Php...@li... >>>> https://lists.sourceforge.net/lists/listinfo/phpicalendar-devel >>> >>> >>> >>> >>> >>> ------------------------------------------------------- >>> This SF.Net email sponsored by: ApacheCon 2003, >>> 16-19 November in Las Vegas. Learn firsthand the latest >>> developments in Apache, PHP, Perl, XML, Java, MySQL, >>> WebDAV, and more! http://www.apachecon.com/ >>> _______________________________________________ >>> Phpicalendar-devel mailing list >>> Php...@li... >>> https://lists.sourceforge.net/lists/listinfo/phpicalendar-devel >>> >>> >> >> >> >> ------------------------------------------------------- >> This SF.Net email sponsored by: ApacheCon 2003, >> 16-19 November in Las Vegas. Learn firsthand the latest >> developments in Apache, PHP, Perl, XML, Java, MySQL, >> WebDAV, and more! http://www.apachecon.com/ >> _______________________________________________ >> Phpicalendar-devel mailing list >> Php...@li... >> https://lists.sourceforge.net/lists/listinfo/phpicalendar-devel > > > > > ------------------------------------------------------- > This SF.Net email sponsored by: ApacheCon 2003, > 16-19 November in Las Vegas. Learn firsthand the latest > developments in Apache, PHP, Perl, XML, Java, MySQL, > WebDAV, and more! http://www.apachecon.com/ > _______________________________________________ > Phpicalendar-devel mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpicalendar-devel > > |
From: Mike T. <mt...@ya...> - 2003-11-13 23:35:06
|
I use MS Outlook and Outport (http://outport.sourceforge.net) to export the calendars. mike Alex Ezell <ta...@sp...> wrote: Now that I am finally able to turn my attention back to phpiCalendar, is there any Windows calendaring software that creates a standards-compliant exportable calendar such as could be read by phpicalendar? I know that Thunderbird seems to work, but is there anything else? Looking forward to jumping back in and hopefully contributing some code. -- Alex http://www.spittingllamas.com "Formal Restrictions, contrary to what you might think, free you up by allowing you to concentrate on purer ideas." - Winter Sorbeck in Chip Kidd's The Cheese Monkeys ------------------------------------------------------- This SF.Net email sponsored by: ApacheCon 2003, 16-19 November in Las Vegas. Learn firsthand the latest developments in Apache, PHP, Perl, XML, Java, MySQL, WebDAV, and more! http://www.apachecon.com/ _______________________________________________ Phpicalendar-devel mailing list Php...@li... https://lists.sourceforge.net/lists/listinfo/phpicalendar-devel --------------------------------- Do you Yahoo!? Protect your identity with Yahoo! Mail AddressGuard |
From: Chad <ch...@ch...> - 2003-11-13 23:29:45
|
One of their developers is on this list, so maybe you'll get invited. I'd like to have more windows feedback on PHP iCalendar, as I know there are a few display bugs that need fixed by 0.9.5. -C On Nov 13, 2003, at 3:22 PM, Dietrich Ayala wrote: > sherpa wouldn't give it up. said they might send out the beta to > "invited" testers :P > > > Chad wrote: > >> On the windows side that I know of: >> >> Mozilla >> http://www.mozilla.org/projects/calendar/ >> >> Sherpa >> http://www.sherpasuite.com/ >> >> WinDates >> http://www.rockinsoftware.com/windates.aspx >> >> On Nov 13, 2003, at 3:08 PM, Alex Ezell wrote: >> >>> Now that I am finally able to turn my attention back to phpiCalendar, >>> is there any Windows calendaring software that creates a >>> standards-compliant exportable calendar such as could be read by >>> phpicalendar? >>> >>> I know that Thunderbird seems to work, but is there anything else? >>> >>> Looking forward to jumping back in and hopefully contributing some >>> code. >>> >>> -- >>> Alex >>> http://www.spittingllamas.com >>> "Formal Restrictions, contrary to what you might think, >>> free you up by allowing you to concentrate on purer ideas." >>> - Winter Sorbeck in Chip Kidd's The Cheese Monkeys >>> >>> >>> >>> ------------------------------------------------------- >>> This SF.Net email sponsored by: ApacheCon 2003, >>> 16-19 November in Las Vegas. Learn firsthand the latest >>> developments in Apache, PHP, Perl, XML, Java, MySQL, >>> WebDAV, and more! http://www.apachecon.com/ >>> _______________________________________________ >>> Phpicalendar-devel mailing list >>> Php...@li... >>> https://lists.sourceforge.net/lists/listinfo/phpicalendar-devel >> >> >> >> >> ------------------------------------------------------- >> This SF.Net email sponsored by: ApacheCon 2003, >> 16-19 November in Las Vegas. Learn firsthand the latest >> developments in Apache, PHP, Perl, XML, Java, MySQL, >> WebDAV, and more! http://www.apachecon.com/ >> _______________________________________________ >> Phpicalendar-devel mailing list >> Php...@li... >> https://lists.sourceforge.net/lists/listinfo/phpicalendar-devel >> >> > > > > ------------------------------------------------------- > This SF.Net email sponsored by: ApacheCon 2003, > 16-19 November in Las Vegas. Learn firsthand the latest > developments in Apache, PHP, Perl, XML, Java, MySQL, > WebDAV, and more! http://www.apachecon.com/ > _______________________________________________ > Phpicalendar-devel mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpicalendar-devel |
From: Dietrich A. <die...@ga...> - 2003-11-13 23:22:44
|
sherpa wouldn't give it up. said they might send out the beta to "invited" testers :P Chad wrote: > On the windows side that I know of: > > Mozilla > http://www.mozilla.org/projects/calendar/ > > Sherpa > http://www.sherpasuite.com/ > > WinDates > http://www.rockinsoftware.com/windates.aspx > > On Nov 13, 2003, at 3:08 PM, Alex Ezell wrote: > >> Now that I am finally able to turn my attention back to phpiCalendar, >> is there any Windows calendaring software that creates a >> standards-compliant exportable calendar such as could be read by >> phpicalendar? >> >> I know that Thunderbird seems to work, but is there anything else? >> >> Looking forward to jumping back in and hopefully contributing some >> code. >> >> -- >> Alex >> http://www.spittingllamas.com >> "Formal Restrictions, contrary to what you might think, >> free you up by allowing you to concentrate on purer ideas." >> - Winter Sorbeck in Chip Kidd's The Cheese Monkeys >> >> >> >> ------------------------------------------------------- >> This SF.Net email sponsored by: ApacheCon 2003, >> 16-19 November in Las Vegas. Learn firsthand the latest >> developments in Apache, PHP, Perl, XML, Java, MySQL, >> WebDAV, and more! http://www.apachecon.com/ >> _______________________________________________ >> Phpicalendar-devel mailing list >> Php...@li... >> https://lists.sourceforge.net/lists/listinfo/phpicalendar-devel > > > > > ------------------------------------------------------- > This SF.Net email sponsored by: ApacheCon 2003, > 16-19 November in Las Vegas. Learn firsthand the latest > developments in Apache, PHP, Perl, XML, Java, MySQL, > WebDAV, and more! http://www.apachecon.com/ > _______________________________________________ > Phpicalendar-devel mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpicalendar-devel > > |
From: Chad <ch...@ch...> - 2003-11-13 23:16:45
|
On the windows side that I know of: Mozilla http://www.mozilla.org/projects/calendar/ Sherpa http://www.sherpasuite.com/ WinDates http://www.rockinsoftware.com/windates.aspx On Nov 13, 2003, at 3:08 PM, Alex Ezell wrote: > Now that I am finally able to turn my attention back to phpiCalendar, > is there any Windows calendaring software that creates a > standards-compliant exportable calendar such as could be read by > phpicalendar? > > I know that Thunderbird seems to work, but is there anything else? > > Looking forward to jumping back in and hopefully contributing some > code. > > -- > Alex > http://www.spittingllamas.com > "Formal Restrictions, contrary to what you might think, > free you up by allowing you to concentrate on purer ideas." > - Winter Sorbeck in Chip Kidd's The Cheese Monkeys > > > > ------------------------------------------------------- > This SF.Net email sponsored by: ApacheCon 2003, > 16-19 November in Las Vegas. Learn firsthand the latest > developments in Apache, PHP, Perl, XML, Java, MySQL, > WebDAV, and more! http://www.apachecon.com/ > _______________________________________________ > Phpicalendar-devel mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpicalendar-devel |
From: Alex E. <ta...@sp...> - 2003-11-13 23:08:09
|
Now that I am finally able to turn my attention back to phpiCalendar, is there any Windows calendaring software that creates a standards-compliant exportable calendar such as could be read by phpicalendar? I know that Thunderbird seems to work, but is there anything else? Looking forward to jumping back in and hopefully contributing some code. -- Alex http://www.spittingllamas.com "Formal Restrictions, contrary to what you might think, free you up by allowing you to concentrate on purer ideas." - Winter Sorbeck in Chip Kidd's The Cheese Monkeys |
From: Dietrich A. <die...@ga...> - 2003-11-13 22:58:03
|
FYI, if any of your are Mozilla Thunderbird users: a moz developer has an XPI for installing Mozilla Calendar w/ Thunderbird here: http://pagesperso.laposte.net/ericb/ -dietrich |
From: Chad <ch...@ch...> - 2003-11-13 21:15:33
|
The demo calendar shows to do items on the side of day and week: http://phpicalendar.sourceforge.net/phpicalendar-0.9.4/day.php You have to turn it on in the config.inc.php and the todo items should be exported with the calendar. If your publishing you'll have to check 'to do items' to also be published. -Chad On Nov 13, 2003, at 1:05 PM, Dietrich Ayala wrote: > hm, todo items i export from iCal aren't showing up in PHP iCalendar. > > where should i be looking for them? > > Chad wrote: > >> Could you be more specific? We already have todo support. >> >> -C >> >> On Nov 13, 2003, at 12:48 PM, Dietrich Ayala wrote: >> >>> Are you planning on implementing support for todo items and alerts? >>> I need to have support for them, but don't want to do any redundant >>> work if the core team is already working on it. >>> >>> -dietrich >>> >>> >>> >>> ------------------------------------------------------- >>> This SF.Net email sponsored by: ApacheCon 2003, >>> 16-19 November in Las Vegas. Learn firsthand the latest >>> developments in Apache, PHP, Perl, XML, Java, MySQL, >>> WebDAV, and more! http://www.apachecon.com/ >>> _______________________________________________ >>> Phpicalendar-devel mailing list >>> Php...@li... >>> https://lists.sourceforge.net/lists/listinfo/phpicalendar-devel >> >> >> >> >> ------------------------------------------------------- >> This SF.Net email sponsored by: ApacheCon 2003, >> 16-19 November in Las Vegas. Learn firsthand the latest >> developments in Apache, PHP, Perl, XML, Java, MySQL, >> WebDAV, and more! http://www.apachecon.com/ >> _______________________________________________ >> Phpicalendar-devel mailing list >> Php...@li... >> https://lists.sourceforge.net/lists/listinfo/phpicalendar-devel >> >> > > > > ------------------------------------------------------- > This SF.Net email sponsored by: ApacheCon 2003, > 16-19 November in Las Vegas. Learn firsthand the latest > developments in Apache, PHP, Perl, XML, Java, MySQL, > WebDAV, and more! http://www.apachecon.com/ > _______________________________________________ > Phpicalendar-devel mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpicalendar-devel |