bug in /usr/bin/calendar: Thu+1 doesn't match on 7th or December

2012-06-06 Thread Winston
Bug report for /usr/bin/calendar SUMMARY: calendar does not match Thu+1 or Mon+1 in some months. With one exception, it looks like calendar file dates such as Thu+1 and Mon+1 are failing to match in two cases: (1) the 7th of Jan-Nov, and (2) December. DETAILS/EXAMPLES: FreeBSD crystal 9.0

Re: bug in /usr/bin/calendar: Thu+1 doesn't match on 7th or December

2012-06-06 Thread Julian H. Stacey
Hi, Please report bugs with send-pr (cos bug reports to mail list get lost) See man send-pr If you can attach a patch to fix it, so much the better Cheers, Julian -- Julian Stacey, BSD Unix Linux C Sys Eng Consultants Munich http://berklix.com Reply below not above, cumulative like a

conky calendar

2009-10-10 Thread PJ
I'm having a bit of a time with the calendar.sh script I found on the Net; it doesn't display quite correctly. It should have brackets around the current date, but I can't figure out what is not functioning correctly: #!/bin/sh cal | awk 'NR2' | sed -e 's/ //g' -e 's/[^ ] / /g' -e 's/..*/

Re: conky calendar

2009-10-10 Thread jhell
On Sat, 10 Oct 2009 05:01, af.gourmet@ wrote: I'm having a bit of a time with the calendar.sh script I found on the Net; it doesn't display quite correctly. It should have brackets around the current date, but I can't figure out what is not functioning correctly: #!/bin/sh cal | awk 'NR2' |

Re: conky calendar

2009-10-10 Thread Roland Smith
On Sat, Oct 10, 2009 at 05:01:34AM -0400, PJ wrote: I'm having a bit of a time with the calendar.sh script I found on the Net; it doesn't display quite correctly. It should have brackets around the current date, but I can't figure out what is not functioning correctly: #!/bin/sh cal | awk

Re: conky calendar

2009-10-10 Thread Richard Mahlerwein
From: Roland Smith rsm...@xs4all.nl Subject: Re: conky calendar To: PJ af.gour...@videotron.ca Cc: freebsd-questions@freebsd.org Date: Saturday, October 10, 2009, 9:27 AM On Sat, Oct 10, 2009 at 05:01:34AM -0400, PJ wrote: I'm having a bit of a time with the calendar.sh script I found

Re: conky calendar

2009-10-10 Thread Karl Vogel
You can use the terminal standout codes to highlight today's date, but you need either the Linux compatibility stuff or a recent version of ncurses installed: #!/bin/ksh PATH=/usr/compat/linux/usr/bin:/usr/local/bin:/bin:/usr/bin export PATH DAY=$(date +%d | sed 's/0\([123456789]\)/

Re: Evolution 2.24.5 Exchange can't Subscribe to Other user's Calendar

2009-07-30 Thread Matthias Apitz
El día Saturday, July 25, 2009 a las 08:30:16AM -0400, Charles Oppermann escribió: $ nslookup -type=SRV '_kerberos._udp.oa.OCLC.ORG' Server: yyy.yyy.yyy.yyy Address:yyy.yyy.yyy.yyy#53 Non-authoritative answer: _kerberos._udp.oa.OCLC.ORG service = 0 100 88

RE: Evolution 2.24.5 Exchange can't Subscribe to Other user's Calendar

2009-07-30 Thread Charles Oppermann
Do you want to see the screens of my mail settings in Evolution, Charles? Sure. Have you tried setting up Evolution using the x...@oa.oclc.org variant of your address? ___ freebsd-questions@freebsd.org mailing list

Re: Evolution 2.24.5 Exchange can't Subscribe to Other user's Calendar

2009-07-25 Thread Charles Oppermann
On 7/24/2009 1:10 PM, Matthias Apitz wrote: Using the mentioned environment (on FreeBSD 8-CURRENT) I can't Subscribe to Other user's Calendar in the Exchange server (don't blame me for this, using Exchange :-)) . It fails with a more or less stupid message about wrong password. Exchange

Re: Evolution 2.24.5 Exchange can't Subscribe to Other user's Calendar

2009-07-25 Thread Matthias Apitz
El día Saturday, July 25, 2009 a las 08:30:16AM -0400, Charles Oppermann escribió: On 7/24/2009 1:10 PM, Matthias Apitz wrote: Using the mentioned environment (on FreeBSD 8-CURRENT) I can't Subscribe to Other user's Calendar in the Exchange server (don't blame me for this, using Exchange

Evolution 2.24.5 Exchange can't Subscribe to Other user's Calendar

2009-07-24 Thread Matthias Apitz
Hello, I've already asked the below question in the Evolution mailing-list with no response; maybe someone of the FreeBSD net folks can bring a bit light into this. Using the mentioned environment (on FreeBSD 8-CURRENT) I can't Subscribe to Other user's Calendar in the Exchange server (don't

Re: /usr/bin/calendar in cgi script

2009-04-12 Thread Modulok
I don't know what program you're using for your CGI stuff, but basically all that is needed is the 'pre/pre' tags. Here is an example which uses PHP to call the system 'calendar' command: !DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01//EN html head meta http-equiv=content-type content=text

Re: /usr/bin/calendar in cgi script

2009-04-12 Thread Charles Howse
Yes, I was reminded of the pre /pre tags, and that solved it. Thanks! On Apr 12, 2009, at 3:58 PM, Modulok wrote: I don't know what program you're using for your CGI stuff, but basically all that is needed is the 'pre/pre' tags. Here is an example which uses PHP to call the system 'calendar

/usr/bin/calendar in cgi script

2009-04-11 Thread Charles Howse
Hi, I have a cgi script on my website that runs: /usr/bin/calendar -f /usr/share/calendar/calendar.history Now, when I run that script in a terminal, the output is perfectly formatted, multiple lines (if there are multiple events on this date), date first, event, year. Just right

/usr/bin/calendar in cgi script

2009-04-11 Thread Robert Huff
Charles Howse writes: Now, when I run that script in a terminal, the output is perfectly formatted, multiple lines (if there are multiple events on this date), date first, event, year. Just right. But, when I put that in an include statement in a webpage, the output is a

Re: /usr/bin/calendar in cgi script

2009-04-11 Thread Brad Mettee
that runs: /usr/bin/calendar -f /usr/share/calendar/calendar.history Now, when I run that script in a terminal, the output is perfectly formatted, multiple lines (if there are multiple events on this date), date first, event, year. Just right. But, when I put that in an include statement

Re: /usr/bin/calendar in cgi script

2009-04-11 Thread Charles Howse
you're unfamiliar with html? You would most certainly NOT BE CORRECT. I've had my own server running Apache for years. I don't think this is something that can be solved with html tags, but I will try Brad's suggestions. Read man calendar about how it uses cpp, and how the calendar.* files

Re: calendar software wanted

2008-10-24 Thread Marco
Andrew Gould wrote: I currently use webcalendar (with apache, php, postgresql) for my calendar. I heard about solutions like that, maybe i implement something for my family too. Thank you guys for the hints, i'll happily test them and see if something fits my needs :-) Best regards, marco

calendar software wanted

2008-10-22 Thread Marco
hello list, anybody has experience with calendar software which runs on freebsd. i maybe would integrate it also in thunderbird/mutt,but thats not necessary, or use a stand alone software. minimum requirements to the software would be making entries, getting alarms for appointments. thank you

Re: calendar software wanted

2008-10-22 Thread Paul A. Procacci
http://www.mozilla.org/projects/calendar/sunbird/ Marco wrote: hello list, anybody has experience with calendar software which runs on freebsd. i maybe would integrate it also in thunderbird/mutt,but thats not necessary, or use a stand alone software. minimum requirements to the software

Re: calendar software wanted

2008-10-22 Thread tequnix
Am Wed, 22 Oct 2008 10:02:22 +0200 schrieb Marco [EMAIL PROTECTED]: hello list, anybody has experience with calendar software which runs on freebsd. i maybe would integrate it also in thunderbird/mutt,but thats not necessary, or use a stand alone software. minimum requirements

Re: calendar software wanted

2008-10-22 Thread Daniel Molina Wegener
Marco escribió: hello list, anybody has experience with calendar software which runs on freebsd. i maybe would integrate it also in thunderbird/mutt,but thats not necessary, or use a stand alone software. minimum requirements to the software would be making entries, getting alarms

Re: calendar software wanted

2008-10-22 Thread Andrew Gould
On Wed, Oct 22, 2008 at 8:51 AM, Daniel Molina Wegener [EMAIL PROTECTED] wrote: Marco escribió: hello list, anybody has experience with calendar software which runs on freebsd. i maybe would integrate it also in thunderbird/mutt,but thats not necessary, or use a stand alone software

Re: Off Topic: Sunbird calendar server?

2008-06-30 Thread Michael W. Holdeman
if I found a good way to share out our calendars. As long as you just want to see the other persons calendar, Google can export a calendar as an iCal subscription, or as an XML feed. gcaldaemon might also be something to look into: http://gcaldaemon.sourceforge.net/index.html The problem

Re: Off Topic: Sunbird calendar server?

2008-06-30 Thread Michael W. Holdeman
for it to work). I could probably convert her to Sunbird if I found a good way to share out our calendars. As long as you just want to see the other persons calendar, Google can export a calendar as an iCal subscription, or as an XML feed. gcaldaemon might also be something to look

Re: Off Topic: Sunbird calendar server?

2008-06-29 Thread Andrew Berry
. As long as you just want to see the other persons calendar, Google can export a calendar as an iCal subscription, or as an XML feed. gcaldaemon might also be something to look into: http://gcaldaemon.sourceforge.net/index.html The problem that I've had is that I want a web front end which can

Re: Off Topic: Sunbird calendar server?

2008-06-28 Thread Fraser Tweedale
On Fri, Jun 27, 2008 at 11:01:35PM -0500, Jack Barnett wrote: This is a bit off topic, but does anyone know of a Calendar Server that is compatible with Sunbird? Basically, I have a personal calender, then we have a Holidays calendar and my girlfriend has her own calendar. We want

Off Topic: Sunbird calendar server?

2008-06-27 Thread Jack Barnett
This is a bit off topic, but does anyone know of a Calendar Server that is compatible with Sunbird? Basically, I have a personal calender, then we have a Holidays calendar and my girlfriend has her own calendar. We want to be able to share the Holidays calendar and also share out/view each

Re: Off Topic: Sunbird calendar server?

2008-06-27 Thread Matthias Fechner
Hi Jack, Jack Barnett wrote: This is a bit off topic, but does anyone know of a Calendar Server that is compatible with Sunbird? you can try that one: http://rscds.sourceforge.net/ I access it from Sunbird/Lightning from Windows and Linux and with iCal from MacOSX. I can work offline

Calendar Solution?

2008-02-26 Thread B. Cook
Hello All, Anyone have any suggestions for a 'corporate' calendar? Either ports or DIY or other .. I am trying to get them on the idea of an OSX server.. They are using words like 'Exchange' and 'Externally Hosted Exchange' servers.. (just sends a chill down my spine.. ) We have our

Re: Calendar Solution?

2008-02-26 Thread Roland Smith
On Tue, Feb 26, 2008 at 11:29:14AM -0500, B. Cook wrote: Hello All, Anyone have any suggestions for a 'corporate' calendar? Either ports or DIY or other .. Have a look at deskutils/horde-kronolith. It uses the 'horde' framework; www/horde-base IIRC. I am trying to get them on the idea

Re: Calendar Solution?

2008-02-26 Thread Derek Ragona
At 10:29 AM 2/26/2008, B. Cook wrote: Hello All, Anyone have any suggestions for a 'corporate' calendar? Either ports or DIY or other .. I am trying to get them on the idea of an OSX server.. They are using words like 'Exchange' and 'Externally Hosted Exchange' servers.. (just sends a chill

Re: Calendar Solution?

2008-02-26 Thread herbert langhans
, Anyone have any suggestions for a 'corporate' calendar? Either ports or DIY or other .. I am trying to get them on the idea of an OSX server.. They are using words like 'Exchange' and 'Externally Hosted Exchange' servers.. (just sends a chill down my spine.. ) We have our own email

Re: Calendar Solution?

2008-02-26 Thread Da Rock
2008 11:29:14 -0500 B. Cook [EMAIL PROTECTED] wrote: Hello All, Anyone have any suggestions for a 'corporate' calendar? Either ports or DIY or other .. I am trying to get them on the idea of an OSX server.. They are using words like 'Exchange' and 'Externally Hosted Exchange

Re: Calendar Solution?

2008-02-26 Thread Jonathan Chen
On Tue, Feb 26, 2008 at 11:29:14AM -0500, B. Cook wrote: Hello All, Anyone have any suggestions for a 'corporate' calendar? Either ports or DIY or other .. What you're looking for is a calendar server. One that you can take a look at is Bedework http://www.bedework.org/ which runs

RE: Calendar Solution?

2008-02-26 Thread Ted Mittelstaedt
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Roland Smith Sent: Tuesday, February 26, 2008 10:19 AM To: B. Cook Cc: freebsd-questions@freebsd.org Subject: Re: Calendar Solution? I am trying to get them on the idea of an OSX server

Re: Still looking for a calendar server...

2008-02-19 Thread Beech Rintoul
On Monday 18 February 2008, Ted Mittelstaedt said: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Da Rock Sent: Monday, February 18, 2008 4:16 PM To: freebsd-questions@freebsd.org Subject: Re: Still looking for a calendar server... I'm

Re: Still looking for a calendar server...

2008-02-19 Thread Da Rock
Subject: Re: Still looking for a calendar server... I'm currently looking into bedework now- it seems ideal, but getting tomcat to work with apache is becoming a challenge. I'm using mod_jk but it doesn't appear to be cooperating yet. What is your experience in building apache

RE: Still looking for a calendar server...

2008-02-18 Thread Da Rock
Date: Mon, 18 Feb 2008 15:52:58 +1300 From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] CC: freebsd-questions@freebsd.org Subject: Re: Still looking for a calendar server... On Mon, Feb 18, 2008 at 02:21:44AM +, Da Rock wrote: I've brought

Re: Still looking for a calendar server...

2008-02-18 Thread Jan-Hendrik Zab
On Mon, 18 Feb 2008 02:21:44 + Da Rock [EMAIL PROTECTED] wrote: Hey, I've brought this up before, I know, but I need a caldav server that will work with evolution. I've checked out Darwin Calendar Server, but they are not going to solve an issue (as of 2006) that means evolution can't use

Re: Still looking for a calendar server...

2008-02-18 Thread Da Rock
On Tue, 2008-02-19 at 00:26 +0100, Jan-Hendrik Zab wrote: On Mon, 18 Feb 2008 02:21:44 + Da Rock [EMAIL PROTECTED] wrote: Hey, I've brought this up before, I know, but I need a caldav server that will work with evolution. I've checked out Darwin Calendar Server

RE: Still looking for a calendar server...

2008-02-18 Thread Ted Mittelstaedt
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Da Rock Sent: Monday, February 18, 2008 4:16 PM To: freebsd-questions@freebsd.org Subject: Re: Still looking for a calendar server... I'm currently looking into bedework now- it seems ideal

Still looking for a calendar server...

2008-02-17 Thread Da Rock
I've brought this up before, I know, but I need a caldav server that will work with evolution. I've checked out Darwin Calendar Server, but they are not going to solve an issue (as of 2006) that means evolution can't use it, and evolution won't budge either- so a mexican stand-off and I'm

Re: Still looking for a calendar server...

2008-02-17 Thread Jonathan Chen
On Mon, Feb 18, 2008 at 02:21:44AM +, Da Rock wrote: I've brought this up before, I know, but I need a caldav server that will work with evolution. I've checked out Darwin Calendar Server, but they are not going to solve an issue (as of 2006) that means evolution can't use

Darwin Calendar Server not starting - Kerberos problem

2008-02-11 Thread Da Rock
I've just been trying to get a calendar server running for my network, and have tried a couple of options including webcalendar, and an apache calDAV module (this won't build due to a lack of xattr.h. I ended trying to build the Darwin Calendar Server based on these instructions (http

Calendar for 7.0-RELEASE

2007-06-29 Thread Jose Luis Alarcon Sanchez
Hello Folks. Please, anyone knows when is planned (aprox.) FreeBSD 7.0-RELEASE will be available?. Thanks you very much, in advance. Regards. Jose. -- http://www.lordofunix.org/ Not Registered GNU/Hurd User. Registered BSD User 51101. Registered Linux User #213309. Memories. You are

Re: Calendar for 7.0-RELEASE

2007-06-29 Thread Oliver Herold
http://www.freebsd.org/releng/ Cheers, Oliver On Fri, Jun 29, 2007 at 01:30:45PM +0200, Jose Luis Alarcon Sanchez wrote: Hello Folks. Please, anyone knows when is planned (aprox.) FreeBSD 7.0-RELEASE will be available?. Thanks you very much, in advance. Regards. Jose. --

Re: Calendar for 7.0-RELEASE

2007-06-29 Thread John Nielsen
On Friday 29 June 2007 09:43:12 am Oliver Herold wrote: On Fri, Jun 29, 2007 at 01:30:45PM +0200, Jose Luis Alarcon Sanchez wrote: Please, anyone knows when is planned (aprox.) FreeBSD 7.0-RELEASE will be available?. http://www.freebsd.org/releng/ Also

Squirrelmail Calendar Broken After Upgrade?

2007-02-27 Thread chris
I just upgraded php due to a security issue, so I have upgraded squirrelmail too. The calendar no longer has administration options and all of the entries we have added disappeared. I looked on their site for documentation of this issue, but no luck. Maybe it is a specific issue with the ports

Re: Squirrelmail Calendar Broken After Upgrade?

2007-02-27 Thread Kevin Kinsey
[EMAIL PROTECTED] wrote: I just upgraded php due to a security issue, so I have upgraded squirrelmail too. The calendar no longer has administration options and all of the entries we have added disappeared. I looked on their site for documentation of this issue, but no luck. Maybe

Re: Squirrelmail Calendar Broken After Upgrade?

2007-02-27 Thread Wojciech Puchar
I just upgraded php due to a security issue, so I have upgraded squirrelmail too. The calendar no longer has administration options and all of the entries we have added disappeared. I looked on their site for Maybe OT, but check sqwebmail. it runs without PHP, mysql and other such things

Re: Squirrelmail Calendar Broken After Upgrade?

2007-02-27 Thread chris
[EMAIL PROTECTED] wrote: I just upgraded php due to a security issue, so I have upgraded squirrelmail too. The calendar no longer has administration options and all of the entries we have added disappeared. I looked on their site for documentation of this issue, but no luck. Maybe

My birthday calendar

2007-02-12 Thread Vijay D
Vijay D ([EMAIL PROTECTED]) is a member of BirthdayTime.com and wants to know your birthday. Vijay D says: Hi !! I'm inviting you to enter your birthday into my calendar at BirthdayTime. You will help me remember it! Click here to enter your birthday into my list:[2

which web mail / calendar to use

2007-01-02 Thread Michael Grant
I'm looking for a web mail and calendar to install on my freebsd box. Ideally something web 2.0 like gmail and google calendar is what my users are after. In some searching around, I turned up Hula (http://hula-project.org) and Zimbra (http://www.zimbra.com). Both have open-source versions

Re: which web mail / calendar to use

2007-01-02 Thread Girish Venkatachalam
On Tue, Jan 02, 2007 at 11:43:33AM +0100, Michael Grant wrote: I'm looking for a web mail and calendar to install on my freebsd box. Ideally something web 2.0 like gmail and google calendar is what my users are after. In some searching around, I turned up Hula (http://hula-project.org

Re: which web mail / calendar to use

2007-01-02 Thread Norberto Meijome
is pretty good. I've set it up late last week and it worked just fine out of the box. Not using calendar, but mainly the mail client to a local IMAP (or remote, and it talks over TLS to it, in case you are concerned about security ). B _ {Beto|Norberto|Numard} Meijome All

Re: which web mail / calendar to use

2007-01-02 Thread Nathan Vidican
Michael Grant wrote: I'm looking for a web mail and calendar to install on my freebsd box. Ideally something web 2.0 like gmail and google calendar is what my users are after. In some searching around, I turned up Hula (http://hula-project.org) and Zimbra (http://www.zimbra.com). Both have

RE: which web mail / calendar to use

2007-01-02 Thread Marwan Sultan
I cannot find better than OpenWebMail Its openwebmail.org really easy..supporting almost everything, it has any feature you are looking for... virtual users, real, quota, password changesetc... give it a try. have fun. I'm looking for a web mail and calendar to install on my freebsd box

calendar and email reminder application

2006-12-21 Thread Noah
Hi there, I am looking for a recommendation for application that I can place on one of my FreeBSD servers. It is a web-based calendar system that I can schedule recurring email reminders that are automatically sent. Any clues here? Cheers, Noah

Re: calendar

2006-09-26 Thread Lowell Gilbert
Michael S [EMAIL PROTECTED] writes: Where does one get an updated calendar.judaic? Mine seems to be out of sync. Nobody's maintaining that file these days. Because the holidays are scheduled on a whole different calendar, they need to be recalculated every year. A tool that actually

Re: calendar

2006-09-26 Thread [EMAIL PROTECTED]
On Mon, 25 Sep 2006 05:39:08 -0700 (PDT) Michael S [EMAIL PROTECTED] wrote Good day all. Where does one get an updated calendar.judaic? Mine seems to be out of sync. Thanks in advance. Michael On the internet, google Jewish calendar, try it both with the quotes and without them (I

calendar

2006-09-25 Thread Michael S
Good day all. Where does one get an updated calendar.judaic? Mine seems to be out of sync. Thanks in advance. Michael ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any

Re: calendar

2006-09-04 Thread RW
On Sunday 03 September 2006 18:01, Michael S wrote: Good day all. I have a question about calendar.usholidays. In the man page for calendar it says that this file must be updated every year. Is it enough just to cvsup, buildworld and installworld? I am following RELENG_6_1. So am I, and my

calendar

2006-09-03 Thread Michael S
Good day all. I have a question about calendar.usholidays. In the man page for calendar it says that this file must be updated every year. Is it enough just to cvsup, buildworld and installworld? I am following RELENG_6_1. Thanks in advance. Michael

Re: seamonkey -- building calendar (option)

2006-05-10 Thread martinko
Garrett Cooper wrote: martinko wrote: hello! i've just upgraded from mozilla (1.7.12) to seamonkey (1.0.1) and discovered the following issue: there's WITH_CALENDAR make switch in the port which is/was supposed to turn building of mozilla with calendar module. i've been happily using

seamonkey -- building calendar (option)

2006-05-08 Thread martinko
hello! i've just upgraded from mozilla (1.7.12) to seamonkey (1.0.1) and discovered the following issue: there's WITH_CALENDAR make switch in the port which is/was supposed to turn building of mozilla with calendar module. i've been happily using it with mozilla suite. the switch is still

Re: seamonkey -- building calendar (option)

2006-05-08 Thread Garrett Cooper
martinko wrote: hello! i've just upgraded from mozilla (1.7.12) to seamonkey (1.0.1) and discovered the following issue: there's WITH_CALENDAR make switch in the port which is/was supposed to turn building of mozilla with calendar module. i've been happily using it with mozilla suite

Re: seamonkey -- building calendar (option)

2006-05-08 Thread Kevin Kinsey
martinko wrote: hello! i've just upgraded from mozilla (1.7.12) to seamonkey (1.0.1) and discovered the following issue: there's WITH_CALENDAR make switch in the port which is/was supposed to turn building of mozilla with calendar module. i've been happily using it with mozilla suite

calendar scheduler

2005-12-08 Thread Mark Busby
I've been searching for a web-based calendar, scheduler and message board for a small network of 15 employees. I saw one about a year ago that used bsd-apache-php and any browser could access it, but I've been unable to find it now. Any suggestions to fill the need

Re: calendar scheduler

2005-12-08 Thread Eric F Crist
On Dec 8, 2005, at 9:51 AM, Mark Busby wrote: I've been searching for a web-based calendar, scheduler and message board for a small network of 15 employees. I saw one about a year ago that used bsd-apache-php and any browser could access it, but I've been unable to find it now. Any

Re: Microsoft Outlook Calendar Sharing

2005-09-05 Thread Garrett Cooper
On Sep 5, 2005, at 5:14 PM, Shane James wrote: Hey guys, Can you suggest a nice 'Microsoft Exchange' clone or a daemon that can allow 'Microsoft Calendar sharing' to interface with it? Regards, Shane James I don't know of any one program in particular, but if people had access

Re: Microsoft Outlook Calendar Sharing

2005-09-05 Thread Shane James
I need it specifically for Microsoft Outlook :/ - Original Message - From: Garrett Cooper [EMAIL PROTECTED] To: Shane James [EMAIL PROTECTED] Cc: FreeBSD Questions freebsd-questions@freebsd.org Sent: Monday, September 05, 2005 10:54 AM Subject: Re: Microsoft Outlook Calendar Sharing

Re: Microsoft Outlook Calendar Sharing

2005-09-05 Thread Shane James
I need it specifically for Microsoft Outlook :/ - Original Message - From: Garrett Cooper To: Shane James Cc: FreeBSD Questions Sent: Monday, September 05, 2005 10:54 AM Subject: Re: Microsoft Outlook Calendar Sharing On Sep 5, 2005, at 5:14 PM, Shane James wrote

Re: Microsoft Outlook Calendar Sharing

2005-09-05 Thread Garrett Cooper
On Sep 5, 2005, at 6:10 PM, Shane James wrote: On Sep 5, 2005, at 5:14 PM, Shane James wrote: Good luck finding something something because it sounds like the Outlook Calendar sharing stuff is fairly new (see http:// www.slipstick.com/outlook/share.htm), and unless you plan to use

Re: Microsoft Outlook Calendar Sharing

2005-09-05 Thread Leonidas Tsampros
On Mon, Sep 05, 2005 at 06:25:18PM +0900, Garrett Cooper wrote: On Sep 5, 2005, at 6:10 PM, Shane James wrote: On Sep 5, 2005, at 5:14 PM, Shane James wrote: Good luck finding something something because it sounds like the Outlook Calendar sharing stuff is fairly new (see http

Re: Microsoft Outlook Calendar Sharing

2005-09-05 Thread Sean
Shane James wrote: I need it specifically for Microsoft Outlook :/ - Original Message - From: Garrett Cooper To: Shane James Cc: FreeBSD Questions Sent: Monday, September 05, 2005 10:54 AM Subject: Re: Microsoft Outlook Calendar Sharing On Sep 5, 2005, at 5:14 PM

RE: web calendar program recommendation

2005-06-17 Thread Ted Mittelstaedt
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Bob Bomar Sent: Thursday, June 16, 2005 9:18 AM To: Noah; [EMAIL PROTECTED] Subject: Re: web calendar program recommendation -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Noah wrote: | FreeBSD-4.11 R3

Re: web calendar program recommendation

2005-06-17 Thread Chad Leigh -- Shire.Net LLC
On Jun 17, 2005, at 12:20 AM, Ted Mittelstaedt wrote: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Bob Bomar Sent: Thursday, June 16, 2005 9:18 AM To: Noah; [EMAIL PROTECTED] Subject: Re: web calendar program recommendation -BEGIN PGP SIGNED

Re: web calendar program recommendation

2005-06-17 Thread Andrew L. Gould
On Thursday 16 June 2005 08:38 am, Noah wrote: FreeBSD-4.11 R3 I am looking for a really nice calendar program that I can run from a web interface. That has the ability to import my calendar from my palm. horde is nice but I cant import any of my palm calendars. neither can webcalendar

RE: web calendar program recommendation

2005-06-17 Thread Ted Mittelstaedt
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Chad Leigh -- Shire.Net LLC Sent: Thursday, June 16, 2005 11:46 PM To: Ted Mittelstaedt Cc: FreeBSD Questions Subject: Re: web calendar program recommendation On Jun 17, 2005, at 12:20 AM, Ted Mittelstaedt

web calendar program recommendation

2005-06-16 Thread Noah
FreeBSD-4.11 R3 I am looking for a really nice calendar program that I can run from a web interface. That has the ability to import my calendar from my palm. horde is nice but I cant import any of my palm calendars. neither can webcalendar unless there is some recent update in the past 3

Re: web calendar program recommendation

2005-06-16 Thread Tony Shadwick
What you're needing is a system, and not a single piece of software. I would focus on the icalendar calendaring format. Once you have that, then pick the piece of software you want to run on your local machine to sync against your palm, and have it publish your calendar to a webdav share

Re: web calendar program recommendation

2005-06-16 Thread Bob Bomar
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Noah wrote: | FreeBSD-4.11 R3 | | | I am looking for a really nice calendar program that I can run from a web | interface. That has the ability to import my calendar from my palm. | | horde is nice but I cant import any of my palm calendars

Re: epoch-calendar date(1) wizardry

2005-05-30 Thread Giorgos Keramidas
On 2005-05-30 03:35, markzero [EMAIL PROTECTED] wrote: Hello, How may one pretty print an epoch timestamp using date(1)? The date manual page gives me a headache. Essentially, I have the timestamp in a file: $ cat t 1117417465 $ date -j -f '%s' 1117417465 '+%Y/%m/%d %T %z'

Re: epoch-calendar date(1) wizardry

2005-05-30 Thread markzero
On Mon, May 30, 2005 at 01:32:37PM +0300, Giorgos Keramidas wrote: On 2005-05-30 03:35, markzero [EMAIL PROTECTED] wrote: Hello, How may one pretty print an epoch timestamp using date(1)? The date manual page gives me a headache. Essentially, I have the timestamp in a file: $ cat t

epoch-calendar date(1) wizardry

2005-05-29 Thread markzero
Hello, How may one pretty print an epoch timestamp using date(1)? The date manual page gives me a headache. Essentially, I have the timestamp in a file: $ cat t 1117417465 ..and I want to print it in a standard UK format, such as: +%H:%M:%S %d/%m/%y Anybody? (before anybody screams Perl

Re: epoch-calendar date(1) wizardry

2005-05-29 Thread Dan Nelson
In the last episode (May 30), markzero said: How may one pretty print an epoch timestamp using date(1)? The date manual page gives me a headache. Essentially, I have the timestamp in a file: $ cat t 1117417465 ..and I want to print it in a standard UK format, such as: +%H:%M:%S

Re: epoch-calendar date(1) wizardry

2005-05-29 Thread markzero
How may one pretty print an epoch timestamp using date(1)? The date manual page gives me a headache. Essentially, I have the timestamp in a file: $ cat t 1117417465 ..and I want to print it in a standard UK format, such as: +%H:%M:%S %d/%m/%y date -r $(cat t)

Re: webdav and mozilla calendar

2005-02-19 Thread synrat
Could you kindly share your config ? I seem to have webdav loading but can't figure out how to post calendars. Thanx a lot in advance. Ean Kingston wrote: On February 18, 2005 08:45 pm, synrat wrote: has anyone been able to get mozilla calendar publishing to work with webdav/apache2 ( freebsd 5.3

Re: webdav and mozilla calendar

2005-02-19 Thread Ean Kingston
/path-to-Calendars-dir Directory /path-to-Calendars-dir Options Indexes Multiviews DAV On Order deny,allow Require valid-user /Directory Then I just used the export calendar from the Mozilla. Unfortunately, I switched to Firefox recently so I haven't got mozilla calendar anymore. I do

webdav and mozilla calendar

2005-02-18 Thread synrat
has anyone been able to get mozilla calendar publishing to work with webdav/apache2 ( freebsd 5.3 ) ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to [EMAIL

Re: webdav and mozilla calendar

2005-02-18 Thread Ean Kingston
On February 18, 2005 08:45 pm, synrat wrote: has anyone been able to get mozilla calendar publishing to work with webdav/apache2 ( freebsd 5.3 ) I got it to work with Webdav/apach1.3 but haven't tried 2. -- Ean Kingston E-Mail: ean AT hedron DOT org URL: http://www.hedron.org

local ports (Mozilla Calendar)

2004-12-28 Thread Tom Vilot
I'm attempting a build of the Mozilla Calendar. One question: When I do a gmake install, I suspect what I install will not be understood by the packages system (/var/db/pkg). Is there a way to quickly make a local port or a local package that I can then use to do things like: make package make

Re: local ports (Mozilla Calendar)

2004-12-28 Thread Joshua Lokken
On Tue, 28 Dec 2004 11:06:30 -0700, Tom Vilot [EMAIL PROTECTED] wrote: Is there a way to quickly make a local port or a local package that I can then use to do things like: make package make uninstall pkg_delete I don't know if there's a 'quick' way, but you can do # cd

Re: local ports (Mozilla Calendar)

2004-12-28 Thread Tom Vilot
Joshua Lokken wrote: And, if the port is not installed on your system, you can do: # make package snip Well, therein lies the problem. This is not a port. yet. This is a tarball (or, more accurately, a cvs dump). So I can't *do* a make package ___

Re: local ports (Mozilla Calendar)

2004-12-28 Thread Eric Schuele
Tom Vilot wrote: Joshua Lokken wrote: And, if the port is not installed on your system, you can do: # make package snip Well, therein lies the problem. This is not a port. yet. The mozilla port in /usr/ports/www/mozilla can be compiled with the calendar built in. I run it. Its a tad buggy

Re: local ports (Mozilla Calendar)

2004-12-28 Thread Tom Vilot
Eric Schuele wrote: Unless you are referring to Sunbird... which is the stand alone calendar project... I do not think there is a port for it yet. I would prefer it to the component running in mozilla... so if that's what your working on, please save my address and e-mail me when you have

RE: web calendar recommendation

2004-12-21 Thread Butterworth, Thaddaeus (Manpower Contract)
as I can. Thad -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Noah Sent: Monday, December 20, 2004 11:45 PM To: freebsd-questions@freebsd.org Subject: web calendar recommendation FreeBSD-4.9 well I am back to the drawing board here. webcalendar

Re: web calendar recommendation

2004-12-21 Thread Steel City Phantom
as I can. Thad -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Noah Sent: Monday, December 20, 2004 11:45 PM To: freebsd-questions@freebsd.org Subject: web calendar recommendation FreeBSD-4.9 well I am back to the drawing board here. webcalendar is not very

  1   2   >