Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Organizer in 4.2 #600

Closed
hplato opened this issue Jun 14, 2016 · 1 comment
Closed

Organizer in 4.2 #600

hplato opened this issue Jun 14, 2016 · 1 comment

Comments

@hplato
Copy link
Collaborator

hplato commented Jun 14, 2016

I had to copy the v3 code/common/organizer.pl to get my ical2vsdb setup working. For some reason the version in master generates dates like this:

if (time_now '1//1900 7 pm') {speak ('app=organizer Calendar notice. Tomorrow: Test Day.'); display ('app=organizer Calendar notice. Tomorrow: Test Day.');};

whereas the code should be:

if (time_now '4/16/2017 7 pm') {speak ('app=organizer Calendar notice. Tomorrow: Test Day.'); display ('app=organizer Calendar notice. Tomorrow:Test Day.');};

@hplato
Copy link
Collaborator Author

hplato commented Jun 14, 2016

Weird, tried a fresh new install with my calendar.tab file and no issues. Must have been something unique to my setup.

@hplato hplato closed this as completed Jun 14, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant