Quick note to day the calendar example on this site was created with pal 3.4 and the current version is 4.3 so something must have happened between versions.
missing first date in html pal output calendar
Add custom delimiter
If anyone found this discussion because they are trying to figure out how to set up a bi-weekly event in pal, this is how got it to work: EX: a meeting @ 11am every other Thursday, the date structure (formatting?) would look like this: THU/2:startDate:endDate Substitute the date with any of pal's date commands to suit (SUN,MON,TUE,WED,THU,FRI,SAT) I do not think this is possible when in pal, but I use this command in my terminal to add it to my calendar: $ echo 'date-details pal-event-description'...
If anyone found this discussion because they are trying to figure out how to set up a bi-weekly event in pal, this is how got it to work: EX: a meeting @ 11am every other Thursday, the date structure (formatting?) would look like this: THU/2:startDate:endDate Substitute the date with any of pal's date commands to suit (SUN,MON,TUE,WED,THU,FRI,SAT) I do not think this is possible when in pal, but I use this command in my terminal to add it to me calendar: $ echo 'date-details pal-event-description'...
If anyone found this discussion because they are trying to figure out how to set up a bi-weekly event in pal, this is how got it to work: EX: a meeting @ 11am every other Thursday, the date structure (formatting?) would look like this: THU/2:startDate:endDate Substitute the date with any of pal's date commands to suit (SUN,MON,TUE,WED,THU,FRI,SAT) I do not think this is possible when in pal, but I use this command in my terminal to add it to me calendar: $ ECHO 'date-details pal-event-description'...
If anyone found this discussion because they are trying to figure out how to set up a bi-weekly event in pal, this is how got it to work: EX: a meeting @ 11am every other Thursday, the date structure (formatting?) would look like this: THU/2:startDate:endDate Substitute the date with any of pal's date commands to suit (SUN,MON,TUE,WED,THU,FRI,SAT) I do not think this is possible when in pal, but I use this command in my terminal to add it to me calendar: `$ ECHO 'date-details pal-event-description'...
If anyone found this discussion because they are trying to figure out how to st up a bi-weekly event in pal, it works, and this is what I figured out: EX: a meeting @ 11am every other Thursday THU/2:startDate:endDate Substitute the date with any of pal's date commands to suit (SUN,MON,TUE,WED,THU,FRI,SAT) I do not think this is possible when in pal, but I use this command in my terminal to add it to me calendar: `$ ECHO 'date-details pal-event-description' >> /path/to/pal/cal.pal` The pal man page...
This is probably 10 years too late but this is a workaround I figured out a few days ago: create a sample.pal calendar file in folder you want ex: ~/Documents/pal-calendars/sample.pal add basic calendar display code to ~/.pal/pal.conf, with absolute path to sample.pal file: # sample events hide_file ~/file/path/sample.pal create symlink in ~/.pal folder that redirects pal to look for calendar where ever you put it. ln -s /file/path/sample.pal /.pal/sample.pal Now when you go to create an event in...
my patches