John DeStefano | 4 Jun 20:26
Picon
Gravatar

Re: unsubscribe

On Sat, Jun 4, 2011 at 8:03 AM,
<calendarx-users-request <at> lists.sourceforge.net> wrote:
> Date: Fri, 3 Jun 2011 08:39:03 -0700
> From: Sam Knox <sam <at> groundwire.org>
> Subject: [CalendarX-users] unsubscribe
> To: "calendarx-users <at> lists.sourceforge.net"
>        <calendarx-users <at> lists.sourceforge.net>

>From the list info:

> To subscribe or unsubscribe via the World Wide Web, visit
>        https://lists.sourceforge.net/lists/listinfo/calendarx-users
> or, via email, send a message with subject or body 'help' to
>        calendarx-users-request <at> lists.sourceforge.net

Sending your request to 'calendarx-users' won't work; send your
request instead to 'calendarx-users-request'.

~John

------------------------------------------------------------------------------
Simplify data backup and recovery for your virtual environment with vRanger.
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Discover what all the cheering's about.
Get your free trial download today. 
http://p.sf.net/sfu/quest-dev2dev2 
Mark Phillips | 2 Jun 18:19

Update Calendar Question

Has anyone created a way to add an "updated" image/tag/text to an event that is updated on a calendarx calendar? I haven't thought through how it would be implemented, but it might be useful to have text or an image associated with a calendar entry when it is changed, and then disappear a week later, or even by request url. The use case is a group calendar that shows users as they view the calendar what has changed with added text/image and what is still the same. An email could be sent out, but for those groups who visit the calendar infrequently, it would be useful to have this indication of an updated event.

Thanks!

Mark

------------------------------------------------------------------------------
Simplify data backup and recovery for your virtual environment with vRanger.
Installation's a snap, and flexible recovery options mean your data is safe,
secure and there when you need it. Discover what all the cheering's about.
Get your free trial download today. 
http://p.sf.net/sfu/quest-dev2dev2 
_______________________________________________
CalendarX-users mailing list
CalendarX-users <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/calendarx-users
David Siedband | 12 May 17:05

Calendar X on Plone 4

Hi,

I saw the earlier thread about making CalendarX work on Plone 4 and I'm following up to see if anyone has made
progress on this goal.  I'm interested to move this forward and I'm reaching out to connect with people who
might want to work together to make this happen.  If you're interested in working on this or pooling
resources, ping me on email or irc (siebo on freenode).

Lupa, you mentioned in an earlier thread two tasks that needed to be done to get CalendarX working on Plone 4,
specifically (1) migrating from AdvancedQuery to standard Plone catalog queries, and (2) changing how
the css/javascripts are registered with Plone.  You mentioned that you had made some progress getting #1
working, and that you were looking for help with #2.  I think with a bit more information I could take this on. 
I assume this means registering the CSS/scripts using GenericSetup.  I'm just a little unclear on which
css/scripts to associate and what kind of conditionals we'd be using to limit their rendering to CalX
pages.  Do you or someone else knowledgable about this have time to talk me through what this involves? 
Also, is the code for #1 in version control somewhere?

Thanks,
--
David Siedband
http://zentraal.com

------------------------------------------------------------------------------
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
Mark Phillips | 6 Jan 15:32

Plone 4 Compatibility?

I tried adding calendarX from http://svn.plone.org/svn/collective/Products.CalendarX to a fresh Plone 4.0.2 install without any buildout errors and got these errors when running plonecfg fg:

orca:/usr/local/Plone/zinstance# bin/plonectl fg
instance: 2011-01-06 06:49:55 INFO ZServer HTTP server started at Thu Jan  6 06:49:55 2011
    Hostname: 0.0.0.0
    Port: 4040
2011-01-06 06:49:55 INFO Zope Set effective user to "plone"
/usr/local/Plone/buildout-cache/eggs/Products.CalendarX-0.9.6stable-py2.6.egg/Products/CalendarX/__init__.py:46: DeprecationWarning: package_home is deprecated. import from App.Common instead
  from Globals import package_home
2011-01-06 06:49:57 ERROR Application Couldn't install CalendarX
Traceback (most recent call last):
  File "/usr/local/Plone/buildout-cache/eggs/Zope2-2.12.13-py2.6-linux-x86_64.egg/OFS/Application.py", line 671, in install_product
    initmethod(context)
  File "/usr/local/Plone/buildout-cache/eggs/Products.CalendarX-0.9.6stable-py2.6.egg/Products/CalendarX/__init__.py", line 72, in initialize
    import CalendarXFolder
  File "/usr/local/Plone/buildout-cache/eggs/Products.CalendarX-0.9.6stable-py2.6.egg/Products/CalendarX/CalendarXFolder.py", line 1407, in <module>
    class CalendarXFolder(BaseFolder):
  File "/usr/local/Plone/buildout-cache/eggs/Products.CalendarX-0.9.6stable-py2.6.egg/Products/CalendarX/CalendarXFolder.py", line 1412, in CalendarXFolder
    __implements__ = (BaseFolder.__implements__, (),)
AttributeError: type object 'BaseFolder' has no attribute '__implements__'
Traceback (most recent call last):
  File "/usr/local/Plone/buildout-cache/eggs/Zope2-2.12.13-py2.6-linux-x86_64.egg/Zope2/Startup/run.py", line 56, in <module>
    run()
  File "/usr/local/Plone/buildout-cache/eggs/Zope2-2.12.13-py2.6-linux-x86_64.egg/Zope2/Startup/run.py", line 21, in run
    starter.prepare()
  File "/usr/local/Plone/buildout-cache/eggs/Zope2-2.12.13-py2.6-linux-x86_64.egg/Zope2/Startup/__init__.py", line 87, in prepare
    self.startZope()
  File "/usr/local/Plone/buildout-cache/eggs/Zope2-2.12.13-py2.6-linux-x86_64.egg/Zope2/Startup/__init__.py", line 264, in startZope
    Zope2.startup()
  File "/usr/local/Plone/buildout-cache/eggs/Zope2-2.12.13-py2.6-linux-x86_64.egg/Zope2/__init__.py", line 47, in startup
    _startup()
  File "/usr/local/Plone/buildout-cache/eggs/Zope2-2.12.13-py2.6-linux-x86_64.egg/Zope2/App/startup.py", line 116, in startup
    OFS.Application.initialize(application)
  File "/usr/local/Plone/buildout-cache/eggs/Zope2-2.12.13-py2.6-linux-x86_64.egg/OFS/Application.py", line 251, in initialize
    initializer.initialize()
  File "/usr/local/Plone/buildout-cache/eggs/Zope2-2.12.13-py2.6-linux-x86_64.egg/OFS/Application.py", line 279, in initialize
    self.install_products()
  File "/usr/local/Plone/buildout-cache/eggs/Zope2-2.12.13-py2.6-linux-x86_64.egg/OFS/Application.py", line 492, in install_products
    return install_products(app)
  File "/usr/local/Plone/buildout-cache/eggs/Zope2-2.12.13-py2.6-linux-x86_64.egg/OFS/Application.py", line 523, in install_products
    folder_permissions, raise_exc=debug_mode)
  File "/usr/local/Plone/buildout-cache/eggs/Zope2-2.12.13-py2.6-linux-x86_64.egg/OFS/Application.py", line 671, in install_product
    initmethod(context)
  File "/usr/local/Plone/buildout-cache/eggs/Products.CalendarX-0.9.6stable-py2.6.egg/Products/CalendarX/__init__.py", line 72, in initialize
    import CalendarXFolder
  File "/usr/local/Plone/buildout-cache/eggs/Products.CalendarX-0.9.6stable-py2.6.egg/Products/CalendarX/CalendarXFolder.py", line 1407, in <module>
    class CalendarXFolder(BaseFolder):
  File "/usr/local/Plone/buildout-cache/eggs/Products.CalendarX-0.9.6stable-py2.6.egg/Products/CalendarX/CalendarXFolder.py", line 1412, in CalendarXFolder
    __implements__ = (BaseFolder.__implements__, (),)
AttributeError: type object 'BaseFolder' has no attribute '__implements__'
orca:/usr/local/Plone/zinstance#

So then I tried the plone 4 branch (http://svn.plone.org/svn/collective/Products.CalendarX/branches/plone4-compatible/) and got the same errors:

orca:/usr/local/Plone/zinstance# bin/plonectl fg
instance: 2011-01-06 07:28:58 INFO ZServer HTTP server started at Thu Jan  6 07:28:58 2011
    Hostname: 0.0.0.0
    Port: 4040
2011-01-06 07:28:58 INFO Zope Set effective user to "plone"
/usr/local/Plone/buildout-cache/eggs/Products.CalendarX-0.9.6stable-py2.6.egg/Products/CalendarX/__init__.py:46: DeprecationWarning: package_home is deprecated. import from App.Common instead
  from Globals import package_home
2011-01-06 07:29:00 ERROR Application Couldn't install CalendarX
Traceback (most recent call last):
  File "/usr/local/Plone/buildout-cache/eggs/Zope2-2.12.13-py2.6-linux-x86_64.egg/OFS/Application.py", line 671, in install_product
    initmethod(context)
  File "/usr/local/Plone/buildout-cache/eggs/Products.CalendarX-0.9.6stable-py2.6.egg/Products/CalendarX/__init__.py", line 72, in initialize
    import CalendarXFolder
  File "/usr/local/Plone/buildout-cache/eggs/Products.CalendarX-0.9.6stable-py2.6.egg/Products/CalendarX/CalendarXFolder.py", line 1407, in <module>
    class CalendarXFolder(BaseFolder):
  File "/usr/local/Plone/buildout-cache/eggs/Products.CalendarX-0.9.6stable-py2.6.egg/Products/CalendarX/CalendarXFolder.py", line 1412, in CalendarXFolder
    __implements__ = (BaseFolder.__implements__, (),)
AttributeError: type object 'BaseFolder' has no attribute '__implements__'
Traceback (most recent call last):
  File "/usr/local/Plone/buildout-cache/eggs/Zope2-2.12.13-py2.6-linux-x86_64.egg/Zope2/Startup/run.py", line 56, in <module>
    run()
  File "/usr/local/Plone/buildout-cache/eggs/Zope2-2.12.13-py2.6-linux-x86_64.egg/Zope2/Startup/run.py", line 21, in run
    starter.prepare()
  File "/usr/local/Plone/buildout-cache/eggs/Zope2-2.12.13-py2.6-linux-x86_64.egg/Zope2/Startup/__init__.py", line 87, in prepare
    self.startZope()
  File "/usr/local/Plone/buildout-cache/eggs/Zope2-2.12.13-py2.6-linux-x86_64.egg/Zope2/Startup/__init__.py", line 264, in startZope
    Zope2.startup()
  File "/usr/local/Plone/buildout-cache/eggs/Zope2-2.12.13-py2.6-linux-x86_64.egg/Zope2/__init__.py", line 47, in startup
    _startup()
  File "/usr/local/Plone/buildout-cache/eggs/Zope2-2.12.13-py2.6-linux-x86_64.egg/Zope2/App/startup.py", line 116, in startup
    OFS.Application.initialize(application)
  File "/usr/local/Plone/buildout-cache/eggs/Zope2-2.12.13-py2.6-linux-x86_64.egg/OFS/Application.py", line 251, in initialize
    initializer.initialize()
  File "/usr/local/Plone/buildout-cache/eggs/Zope2-2.12.13-py2.6-linux-x86_64.egg/OFS/Application.py", line 279, in initialize
    self.install_products()
  File "/usr/local/Plone/buildout-cache/eggs/Zope2-2.12.13-py2.6-linux-x86_64.egg/OFS/Application.py", line 492, in install_products
    return install_products(app)
  File "/usr/local/Plone/buildout-cache/eggs/Zope2-2.12.13-py2.6-linux-x86_64.egg/OFS/Application.py", line 523, in install_products
    folder_permissions, raise_exc=debug_mode)
  File "/usr/local/Plone/buildout-cache/eggs/Zope2-2.12.13-py2.6-linux-x86_64.egg/OFS/Application.py", line 671, in install_product
    initmethod(context)
  File "/usr/local/Plone/buildout-cache/eggs/Products.CalendarX-0.9.6stable-py2.6.egg/Products/CalendarX/__init__.py", line 72, in initialize
    import CalendarXFolder
  File "/usr/local/Plone/buildout-cache/eggs/Products.CalendarX-0.9.6stable-py2.6.egg/Products/CalendarX/CalendarXFolder.py", line 1407, in <module>
    class CalendarXFolder(BaseFolder):
  File "/usr/local/Plone/buildout-cache/eggs/Products.CalendarX-0.9.6stable-py2.6.egg/Products/CalendarX/CalendarXFolder.py", line 1412, in CalendarXFolder
    __implements__ = (BaseFolder.__implements__, (),)
AttributeError: type object 'BaseFolder' has no attribute '__implements__'
orca:/usr/local/Plone/zinstance#

Does anyone have calendarX running on Plone 4? How did you do it?

Thanks!

------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
CalendarX-users mailing list
CalendarX-users <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/calendarx-users
Mark Phillips | 17 Sep 02:43

Is it possible to display non-event objects

I have found the windowZ product to be very useful for bringing external content into my Plone site. I am trying to figure out how to use it with calendarX.

For example, I schedule four to five months of tournaments for our softball teams so parents can plan for the games. About 3 days before the tournament, the brackets are released. I would like to create a window for these brackets instead of retyping them into the event for that day. Also, this approach means I don't have to make any updates if the brackets change for some reason, which happens from time to time.

The basic problem is that I would like to display some external content within an event object, and I am not sure how to do that. I realize that this is not really a calendarX issue, but perhaps others have wanted to display external content linked to an event in a calendar, so this is a stab in the dark to see if anyone has any ideas. I am running Plone 2.5.

Thanks!

Mark

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
CalendarX-users mailing list
CalendarX-users <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/calendarx-users
Lupa Zurven | 3 Sep 17:31

Re: Installing CalendarX on Plone 4

Hi Victor,
   That's not a newbie/rookie error at all, you did exactly right.  However, there is not yet an egg for a Plone4-compatible release of CalendarX.  I hope that soon there will be... it's not that big of a job, near as I can tell.  There are two main things needed to change from the existing egg:
   1. Change the default setting to use the standard Zope query functions instead of Dieter's AdvancedQuery functions.  AQ was standard issue with Plone3 but has been removed from Plone4.
   2. Refactor how the CSS and JS that CalendarX uses are registered with Plone... the old way that worked since Plone2 does not work anymore.

Other than those changes, I believe that CalendarX will work just fine in Plone4, from my preliminary look at things.  I know how to do #1 (trivial), but #2 is not yet clear to me.  I got a version in Plone4 betaXX running after changing #1, but CSS and JS were not being applied, so the calendar doesn't look much like a calendar.  But it seemed to be working other than that.  Yay!

Anybody out there on the CalendarX-users list want to help figure out how to get #2 to work?  I will be satisfied with a simple approach that makes a basic CSS stylesheet get registered and applied to the calendar (and all its view templates).  The current CalendarX allows managers to modify CSS from within the Manage tab interface, but this will very likely be deprecated and disappear from the Plone4 version of CalendarX with the loss of DTML use in CSS files.  So all we need is to know how to register CSS and JS files for this product with Plone4 when it loads up.

I would love to jump in with both feet, but (1) I am in the midst of a major project release for my employer, and (2) my small farm is deep into organic tomato harvest time, hence (3) I have nearly zero time for this at the moment.  Fortunately, there is a svn branch started for Plone4 compatibility in the Collective, so feel free to jump right in and help get it done... and please keep me in the loop on how and what you do in there.  Keep us all informed, via this user list please.

Thanks team,
+lupa+






On Fri, Sep 3, 2010 at 12:38 AM, Victor A. Abrahamsen <victorabrahamsen <at> gmail.com> wrote:
Hi Lupa,

Please forgive the note: I'm a Plone newbie.

I'm putting together a site that's using the newly-released Plone 4 on a
Windows box.

I wanted to add calendaring features, and CalendarX looked like the way
to go.

This is what my buildout.cfg looks like:

############################################
# Eggs
# ----
# Add an indented line to the eggs section for any Python
# eggs or packages you wish to include.
#
eggs =
   Plone
   Products.CalendarX

(I didn't download the egg file - I only made that one line change to
buildout.cfg)

I ran bin/buildout from the Plone directory, and it looked like the
download did what it was supposed to, but when I go back to the Plone
site, I don't see CalendarX as one of the available or activated add-ons.

I'm sure I've made a rookie error someplace, but if you could point me
in the right direction, I'd be very grateful.

Thank you,

Victor

------------------------------------------------------------------------------
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
_______________________________________________
CalendarX-users mailing list
CalendarX-users <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/calendarx-users
Mark Phillips | 11 Aug 01:41

Odd Behavior for October 31

Am I seeing things, or is something strange happening on my CalendarX installation for October 31? I have 2 Oct 31 dates on the calendar! How do I get rid of it? You can see it at http://www.azheatwavesoftball.com - click on the Calendar tab and jump to October.

If I remove the event on Oct 31, I still have 2 Oct 31 boxes....Nov is shifted over, but the highlights for each cell go to the right cell. This is wierd! Lupa.....are you playing tricks on us for an early Halloween spoof????

Thanks!

Mark

------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
CalendarX-users mailing list
CalendarX-users <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/calendarx-users
Mark Phillips | 10 Aug 17:08

Import iCal into CalendarX?

Does anyone know how to import a file of iCal events into Plone events? I would like to import my google calendar events into my Plone site which uses CalendarX.

Thanks,

Mark

------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
CalendarX-users mailing list
CalendarX-users <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/calendarx-users
Ann W | 19 Jul 22:02

main calendar

I am working in Plone 3 and have created several calendars that work great. Now
I want to create another calendar that shows (display only) all events from all
the calendars in the same folder - I theoretically should be able to do that by
listing all the event types I want to display but that doesn't work. I don't
want to use subfolders - and that doesn't seems to work in Plone 3 anyway. 

Can anyone help?

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
stefanx | 1 Jun 12:09
Picon

export/import/sync from other calendars ?


Hello,

I'm searching for a usable plone calendar product. At
first calendarx seems to be the best tool, but it
seems to have no instrument to communicate with other
calendar software (with vcal,ical,syncml etc).
Am I right?

Stefan

------------------------------------------------------------------------------
Sam Knox | 26 Mar 17:11
Favicon

follow up on path filtering

So, I finally found the solution to the problem I was having before (i.e. couldn’t get the product to only show events in a particular folder). Turns out you need to uncheck the ‘advanced search’ checkbox. For some reason that overrides any of the folder/subject filtering you might want to do.

Sam Knox
Support Manager
Groundwire
206.286.1235x21
sam <at> groundwire.org
ONE/Northwest is now Groundwire!  Read all about our new name.

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
CalendarX-users mailing list
CalendarX-users <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/calendarx-users

Gmane