From: Leon A. <leo...@cl...> - 2005-05-27 03:20:28
|
I understand the desire to wait, and I guessed that would be the answer based on messages on the list from the past few weeks. I was being sloppy by saying vCalendar. I believe I mean iCalendar, but more precisely RFC 2445. Anyway, I want Sunbird and Mac OS X iCal to work to be able to work with the same set of files. And support for vevents is good enough for me for now. I will send the diff to both of you (Chad and David) privately. Any preference on the diff (just "cvs diff" or "cvs diff -u")? It was technically fairly easy, as you suggest. I simply added code to allow the selected calendars to be a comma-separated list in the GET variable and turns into an array internally. I was optimizing for a fewest changes to the app possible, and it wasn't clear how I could elegantly make the calendar selector a multi-select, so I just put another selector below. I haven't done anything yet on adding events, but it figures to be fairly straight forward. It's got to be a separate page altogether. I can throw in a configuration variable to turn the feature on and off. Over all, I gather there are some big structural changes in the future for your project, but I thought I'd share what I'm doing right now in case there's any synergy. Six months from now, Lightning or Sunbird might make all my work obsolete, but for now I've got to migrate my company off of MeetingMaker. Thanks, Leon Chad Little wrote: > I think I'd rather us hold off on these new features until we can get > a release ready. I can do a release whenever you guys feel > comfortable, but I dont was us to try to rewrite everything and be > hit with a slew of bugs. These are great additions and I'd love to > get them in after 2.0 (2.1?). > > BTW, we do not support vCalendar, only iCalendar. This may or may not > have been an issue for you. > > Thanks, > Chad > > On May 25, 2005, at 5:26 PM, David Fallon wrote: > >> 1. Send me the diff - from what I've read of past thoughts on this, >> the problem has been how to nicely integrate it into the UI, not the >> functionality itself. So, I'd be very curious to see how you did it. >> >> 2. This would be awesome - I've done a bit of work moving towards >> this, but have yet to tackle it. As you work on it, please keep the >> dev list in the loop, so Chad can head off any problems with >> eventually landing it into CVS. Glad to hear someone's tackling >> this! Note, btw, I'm pretty sure one of the pre-reqs for getting >> this integrated is the ability to turn it off, to keep the >> "phpicalendar as viewer only" option for people. >> >> dave >> >> Leon Atkinson wrote: >> >>> Hello, everyone. I'm working on transitioning everyone at Clear >>> Ink over to using vCalendar files instead of MeetingMaker (a >>> proprietary system). Before I do so, I need a Web-based solution >>> for doing two things that phpicalendar doesn't do yet. >>> 1. pick any list of calendars and view them together (as with All >>> Combined). >>> 2. Add an event to a calendar. >>> I coded #1 against the latest CVS. Are you interested in the diff? >>> I think #2 is fairly straight forward and will work on it in the >>> next couple weeks. >>> Thanks, >>> Leon >>> ------------------------------------------------------- >>> SF.Net email is sponsored by: GoToMeeting - the easiest way to >>> collaborate >>> online with coworkers and clients while avoiding the high cost of >>> travel and >>> communications. There is no equipment to buy and you can meet as >>> often as >>> you want. Try it free.http://ads.osdn.com/? >>> ad_id=7402&alloc_id=16135&op=click >>> _______________________________________________ >>> Phpicalendar-devel mailing list >>> Php...@li... >>> https://lists.sourceforge.net/lists/listinfo/phpicalendar-devel >>> >> >> >> ------------------------------------------------------- >> SF.Net email is sponsored by: GoToMeeting - the easiest way to >> collaborate >> online with coworkers and clients while avoiding the high cost of >> travel and >> communications. There is no equipment to buy and you can meet as >> often as >> you want. Try it free.http://ads.osdn.com/? >> ad_id=7402&alloc_id=16135&op=click >> _______________________________________________ >> Phpicalendar-devel mailing list >> Php...@li... >> https://lists.sourceforge.net/lists/listinfo/phpicalendar-devel >> > > > > ------------------------------------------------------- > This SF.Net email is sponsored by Yahoo. > Introducing Yahoo! Search Developer Network - Create apps using Yahoo! > Search APIs Find out how you can build Yahoo! directly into your own > Applications - visit > http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005 > _______________________________________________ > Phpicalendar-devel mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpicalendar-devel > |