Forum Replies Created
-
AuthorPosts
-
Christian
ParticipantIssue is solved now. Thanks for your support.
Christian
ParticipantHi András,
Yes I have fixed this issue with given solution. I will wait for next release with update.
Thank you for your support.
Christian
ParticipantThis reply is private.
May 8, 2017 at 12:34 am in reply to: Translation "One event on [single_date] at [start_time]" is incomplete in German #1280120Christian
ParticipantHi András,
Thank you so much for quick fix. The issue is solved now.
Christian
ParticipantHi Cliff,
I will get back to you soon with my testing steps.
Christian
ParticipantHi Cliff,
Please note that the date issue in admin panel happens only in edit or view mode. When I selected date from datepicker that time it was showing proper.
Christian
ParticipantHi Cliff,
I played with date format but issue was still there. Please refer screenshot for more details.
Christian
ParticipantThis reply is private.
Christian
ParticipantHi Cliff,
Firstly thanks for your quick reply. I will check as per your given steps. But before that I found that this issue happens only for old entries, for new entries it works fine. And my project has all updated version of the event calendar, event calendar pro and filter bar, and with this wordpress is also up to date.
I checked database for old entries and noticed that in new version of event calendar pro(Version 4.4) the format of recurring rules are changed. I compared entries with Version 4.2.5. Below you can see both the results.
Meta information of recurring Event:
Version 4.4
a:3:{s:5:”rules”;a:1:{i:0;a:6:{s:4:”type”;s:6:”Custom”;s:6:”custom”;a:3:{s:8:”interval”;s:1:”1″;s:9:”same-time”;s:3:”yes”;s:4:”type”;s:5:”Daily”;}s:8:”end-type”;s:2:”On”;s:3:”end”;s:10:”2017-01-29″;s:14:”EventStartDate”;s:19:”2017-01-19 09:00:00″;s:12:”EventEndDate”;s:19:”2017-01-19 11:00:00″;}}s:10:”exclusions”;a:0:{}s:11:”description”;N;}Version 4.2.5
a:3:{s:5:”rules”;a:1:{i:0;a:6:{s:4:”type”;s:9:”Every Day”;s:8:”end-type”;s:2:”On”;s:3:”end”;s:10:”2017-01-29″;s:9:”end-count”;s:0:””;s:14:”EventStartDate”;s:19:”2017-01-19 09:00:00″;s:12:”EventEndDate”;s:19:”2017-01-19 11:00:00″;}}s:10:”exclusions”;a:0:{}s:11:”description”;N;}I believe new code works only for new entries but if there are any existing entries then it fails.
I hope above my search is helpful for you.Christian
ParticipantScreenshot is attached here.
November 3, 2016 at 1:51 am in reply to: Text is not translated in Calendar Week mobile view #1186877Christian
ParticipantIssue is solved now.
Thanks for your support.
October 14, 2016 at 2:38 am in reply to: Text is not translated in Calendar Week mobile view #1176441Christian
ParticipantThis issue is still not resolved in Events Calendar PRO 4.3 release.
October 10, 2016 at 2:05 am in reply to: Outlook does not take daylight saving information from ICAL Export file #1174405Christian
ParticipantHi Cliff,
Sorry but I don’t know why outlook needs additional header for DST. I just exported one event from thunderbird and imported into outlook and it was running fine and then I found above solution in thunderbird ics file. I put same in the event calendar ical.php file and then it was also working in outlook.
FYI: yes test.ics file is not validated per http://severinghaus.org/projects/icv/ but also any ical file from your demo website is not validated per this website.
October 7, 2016 at 2:20 am in reply to: Outlook does not take daylight saving information from ICAL Export file #1173655Christian
ParticipantHi Cliff
Website has Europe/Berlin timezone.
In Events Settings->Timezone settings is set to Use the sitewide timezone everywhere.I have also attached sample ical file. When this file is imported into Thunderbird it shows correct time 7th October 1pm but when this file is imported into Outlook it shows 7th October 2pm. It seems outlook does not take daylight information.
If I put following code into ical file then it works fine into Outlook. Outlook needs special description for timezone.
BEGIN:VTIMEZONE
TZID:Europe/Berlin
BEGIN:DAYLIGHT
TZOFFSETFROM:+0100
TZOFFSETTO:+0200
TZNAME:CEST
DTSTART:19700329T020000
RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=3
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:+0200
TZOFFSETTO:+0100
TZNAME:CET
DTSTART:19701025T030000
RRULE:FREQ=YEARLY;BYDAY=-1SU;BYMONTH=10
END:STANDARD
END:VTIMEZONEOctober 6, 2016 at 2:38 am in reply to: Outlook does not take daylight saving information from ICAL Export file #1173132Christian
ParticipantHi Cliff
Thank you for the reply.
But I would like to tell you that this issue is not only related to recurring event but it is still there for single event.
-
AuthorPosts
