Help - open source calendar

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
blue-emu
Forum Newbie
Posts: 3
Joined: Thu Mar 17, 2011 10:34 am

Help - open source calendar

Post by blue-emu »

Hi all

Anyone know of any good open source or third party calendar web apps for PHP? Bedework is all I can find

Thanks
User avatar
Jonah Bron
DevNet Master
Posts: 2764
Joined: Thu Mar 15, 2007 6:28 pm
Location: Redding, California

Re: Help - open source calendar

Post by Jonah Bron »

blue-emu
Forum Newbie
Posts: 3
Joined: Thu Mar 17, 2011 10:34 am

Re: Help - open source calendar

Post by blue-emu »

Thanks, but the API does not expose all the functions we would need
blue-emu
Forum Newbie
Posts: 3
Joined: Thu Mar 17, 2011 10:34 am

Re: Help - open source calendar

Post by blue-emu »

Also when I submitted my message the first time I got:

[phpBB Debug] PHP Notice: in file /includes/Akismet.class.php on line 355: fsockopen() [function.fsockopen]: unable to connect to c5703fe97440.rest.akismet.com:80 (Connection timed out)

Fatal error: Uncaught exception 'Exception' with message 'Error connecting to host: c5703fe97440.rest.akismet.com Error number: 110 Error message: Connection timed out' in /home/devnet/web/public_html/devnetwork.net/includes/Akismet.class.php:358 Stack trace: #0 /home/devnet/web/public_html/devnetwork.net/includes/Akismet.class.php(156): SocketWriteRead->send() #1 /home/devnet/web/public_html/devnetwork.net/includes/Akismet.class.php(193): Akismet->sendRequest('blog=http%3A%2F...', 'c5703fe97440.re...', '/1.1/comment-ch...') #2 /home/devnet/web/public_html/devnetwork.net/posting.php(1047): Akismet->isCommentSpam() #3 {main} thrown in /home/devnet/web/public_html/devnetwork.net/includes/Akismet.class.php on line 358
User avatar
Jonah Bron
DevNet Master
Posts: 2764
Joined: Thu Mar 15, 2007 6:28 pm
Location: Redding, California

Re: Help - open source calendar

Post by Jonah Bron »

Looks like the Akismet spam filter was unavailable for a short time. Should be fine.
Post Reply