Jon 5 Posted April 23, 2007 Share Posted April 23, 2007 Version 2.0 was released on April 23rd, 2007. It is a great, free PHP event calendar that is made by one of our own Neowinians. I highly suggest you take it for a spin. iZeit is an easy to use online PHP calendar. Key features offered by iZeit include: Multiple Views * Categories for different events. * Multiple users with their own login, password and customisable settings. * Easy integration with other pages. * Popup information shown when you mouse over an event. * Customisable views and filters, to show items occurring on the same day, week, month or year. * Support for recurring events. * Export to the iCal format. * No database needed! * Simple, user friendly control panel to make customization and management easy. * Translations into Dutch, Turkish, Simplified Chinese, Czech, Portuguese, Spanish, Italian, Danish and German. Changes: * Added To-Do List * Moved add event form to a javascript popup which is accessible from all pages. * Added per-user categories. Users can now manage their own categories. * Added option to show public events or hide them. * Changed allocation of language constants. A much smaller set of constants is loaded now, which should improve loading time. * Changed buttons to display correctly in Internet Explorer. * Updated category view. * Fixed bug with date validation. * Fixed default calendar settings page not saving updates. * Fixed ?all categories? checkbox. * Fixed bug with edit button in internet explorer when a language other than English was selected. * Fixed checkbox to toggle all categories. * Updated iCal export to work with foreign languages. Official Site Download Link to comment https://www.neowin.net/forum/topic/555736-free-php-calendar/ Share on other sites More sharing options...
ThePitt Posted April 24, 2007 Share Posted April 24, 2007 Thanks! Link to comment https://www.neowin.net/forum/topic/555736-free-php-calendar/#findComment-588501612 Share on other sites More sharing options...
Echilon Posted April 24, 2007 Share Posted April 24, 2007 Thanks for posting this mate. I'm hoping to release an online version soon, similar to Google Calendar but better :) Link to comment https://www.neowin.net/forum/topic/555736-free-php-calendar/#findComment-588503358 Share on other sites More sharing options...
semifamous Posted April 24, 2007 Share Posted April 24, 2007 Things that I'd be interested in: One: Can I set this up on my website, configure it in Lightning, and publish events to it from Thunderbird? Or does someone need to write an extension for that first? Two: Can this sync itself with data from other calendars (like Google calendars, for example.)? Three: Is there an easy way to use this as some sort of Wordpress plugin so that the two can be integrated with each other to allow me to run this inside of Wordpress? I'm trying to find a future way to simplify my scheduling. My desire is to use Thunderbird when I'm at my computer and some web interface when I'm at someone else's computer and have access to all of my calendar information from either location. It'd be cool if it could also grab other iCal feeds from teh Intarweb (and cooler still if it could log into my Google Calendars and get the list of all of the calendars I've already added there.) Link to comment https://www.neowin.net/forum/topic/555736-free-php-calendar/#findComment-588503397 Share on other sites More sharing options...
Jon 5 Posted April 25, 2007 Author Share Posted April 25, 2007 ^ I am pretty sure it can import iCal feeds but the other ones you would have to ask Echilon about (sorry). Link to comment https://www.neowin.net/forum/topic/555736-free-php-calendar/#findComment-588504615 Share on other sites More sharing options...
Andrew Lyle Global Moderator Posted April 25, 2007 Global Moderator Share Posted April 25, 2007 thats pretty sweet.. but i do prefer to do my own scripting.. but i will recommend this if anyone asks! Link to comment https://www.neowin.net/forum/topic/555736-free-php-calendar/#findComment-588504626 Share on other sites More sharing options...
dmeags Posted April 25, 2007 Share Posted April 25, 2007 I'm already sold on this calendar, but what would make it PERFECT for me is the ability to sync and update with Rainlendar. I dont know if something like that is even possible... Link to comment https://www.neowin.net/forum/topic/555736-free-php-calendar/#findComment-588504649 Share on other sites More sharing options...
PyX Posted April 25, 2007 Share Posted April 25, 2007 Pretty nice web-based application... I don't really see the need for me personally, because even when I started using iCal, it lasted 2 months. I have my school agenda, and that's pretty much all I need. Link to comment https://www.neowin.net/forum/topic/555736-free-php-calendar/#findComment-588504764 Share on other sites More sharing options...
p858snake Posted April 25, 2007 Share Posted April 25, 2007 I'm already sold on this calendar, but what would make it PERFECT for me is the ability to sync and update with Rainlendar. I dont know if something like that is even possible... there are some things like that, just look around on the R.L forums Link to comment https://www.neowin.net/forum/topic/555736-free-php-calendar/#findComment-588504797 Share on other sites More sharing options...
Echilon Posted April 29, 2007 Share Posted April 29, 2007 Things that I'd be interested in:One: Can I set this up on my website, configure it in Lightning, and publish events to it from Thunderbird? Or does someone need to write an extension for that first? Two: Can this sync itself with data from other calendars (like Google calendars, for example.)? Three: Is there an easy way to use this as some sort of Wordpress plugin so that the two can be integrated with each other to allow me to run this inside of Wordpress? I'm trying to find a future way to simplify my scheduling. My desire is to use Thunderbird when I'm at my computer and some web interface when I'm at someone else's computer and have access to all of my calendar information from either location. It'd be cool if it could also grab other iCal feeds from teh Intarweb (and cooler still if it could log into my Google Calendars and get the list of all of the calendars I've already added there.) ^ I am pretty sure it can import iCal feeds but the other ones you would have to ask Echilon about (sorry). iZeit can export to iCal, but not import from it yet. It might be something I'll add in the next release. The blog plugin will let you display a calendar inside wordpress. 'Lightning' isn't something I've heard of. What is it? Thanks everyone for the suggestions. I'm spending all of my time developing the first version of LiveZeit, a hosted version of iZeit, but once I'm done I'll get to work adding the features suggested. Link to comment https://www.neowin.net/forum/topic/555736-free-php-calendar/#findComment-588514501 Share on other sites More sharing options...
semifamous Posted April 29, 2007 Share Posted April 29, 2007 Lightning is an extension for Thunderbird that adds a calendar. It's available here: https://addons.mozilla.org/en-US/thunderbird/addon/2313 And there's another extension that lets you modify your Google Calendar data, though not everything works yet: https://addons.mozilla.org/en-US/thunderbird/addon/4631 I would imagine that in order for Thunderbird to add things to a remote calendar, more info would be needed, which I'm guessing is why the ability to modify the Google calendar is a separate extension. Link to comment https://www.neowin.net/forum/topic/555736-free-php-calendar/#findComment-588515446 Share on other sites More sharing options...
Echilon Posted April 30, 2007 Share Posted April 30, 2007 It looks like an iCal parser will be easier to add than I thought. Stay tuned :) Link to comment https://www.neowin.net/forum/topic/555736-free-php-calendar/#findComment-588516962 Share on other sites More sharing options...
Recommended Posts