PEAK XOOPS - Problem with recurring events in englishin japanese

Problem with recurring events

  • You cannot open a new topic into this forum
  • Guests cannot post into this forum
Previous post - Next post | Parent - Children.1 .2 | Posted on 2004/2/4 6:05
jfernau  ÆóÅùʼ   Posts: 5
Great module! I'm looking forward to using it on my site. However, I'm having a problem with recurring events.

It works with "No ending conditions" and with "repeats _ times", but if I choose the "until _" option, it will not put it in as a recurring event, just the one entry.

I'm also having some issues with time zones, but I will do some research before asking for help on those issues, as it could be my fault.

I'm using piCal .60beta and XOOPS 2.06RC on a hosted linux server.

Thanks for any help you can provide.

John
Votes:0 Average:0.00
Previous post - Next post | Parent - Children.1 | Posted on 2004/2/5 10:15
mariuss  ¸àĹ   Posts: 44
I had a similar problem with reurring events.

piCal is an awesome module, the best calendar module I have seen!

Thanks,
Marius
Votes:0 Average:0.00
Previous post - Next post | Parent - Children.1 | Posted on 2004/2/6 10:41
dobephat  ÆóÅùʼ   Posts: 1
Same issue...its why Im trying so hard to make this calendar work...
Recurring events...as in performances in my case...
I also am trying to figure out what happend to the css with v.6

The previous version had some style rules the new one does not...
Its causing by (default?) I guess to use my thems rules but it doesn't fit right...

anyways, yes recurring events...problem....
Its like a rubix cube to figure out...
Votes:0 Average:0.00
Previous post - Next post | Parent - Children.1 | Posted on 2004/2/8 18:58
GIJOE  ÀèǤ·³Áâ   Posts: 4110
hi jfernau.

This is a clear bug.
Perhaps I've made some typos in piCal 0.51 -> 0.60.

It will be fixed soon.
Thank you for reporting.
Votes:0 Average:0.00
Previous post - Next post | Parent - Children.1 | Posted on 2004/2/9 6:08
GIJOE  ÀèǤ·³Áâ   Posts: 4110
This is an easy typo.

line 2373275 of piCal.php
	switch( strtoupper( $_POST['rrule_terminator'] ) ) {
		case 'COUNT' :
			$ret_term = ';COUNT=' . abs( intval( $_POST['rrule_count'] ) ) ;
			break ;
		case 'UNTIL' :
			// UNTILのUnixtime化
			list( $until , $until_date , $use_default ) = $this->parse_posted_date( $this->mb_convert_kana( $_POST[ 'EndDaterrule_until' ] , "a" ) , $this->unixtime ) ;
			// 1970以前・2038年以降なら、UNTIL無効
			if( $until_date ) {
				$ret_term = '' ;
			} else {

I fixed it now. Thanks.
Votes:1 Average:0.00
Previous post - Next post | Parent - No child | Posted on 2004/2/9 18:17
GIJOE  ÀèǤ·³Áâ   Posts: 4110
Quote:
dobephat wrote:
I also am trying to figure out what happend to the css with v.6

The previous version had some style rules the new one does not...
Its causing by (default?) I guess to use my thems rules but it doesn't fit right...
What is wrong with CSS?
If you have some suggestions about styles, tell me in new thread, please.
Votes:0 Average:0.00
Previous post - Next post | Parent - Children.1 | Posted on 2004/3/11 9:46
mariuss  ¸àĹ   Posts: 44
The line number in my file is 3275 and it is fixed already. Is this in /modules/piCal/piCal.php ?
Votes:0 Average:0.00
Previous post - Next post | Parent - No child | Posted on 2004/3/19 7:28
GIJOE  ÀèǤ·³Áâ   Posts: 4110
hi mariuss.
Quote:
The line number in my file is 3275 and it is fixed already. Is this in /modules/piCal/piCal.php ?
Yes. line 3275 is right.
It's my typo.
Votes:0 Average:0.00

  Advanced search


Login
Username or e-mail:

Password:

Remember Me

Lost Password?

Register now!