Hello,
Just a message to share a small applet script which just display the today and tomorrow appointments on the same window.
The idea of this applet was also to put a colored bullet for each category. Currently this bullet color is hardcoded (so you will have to change the code to addapt to your calendar) but the goal for further versions is to set this more customizable.
This is, for the moment, a draft of what could be done, so feel free to change this applet (a please share your improvments).
I havn't a lot of time currently, I just do this Applet to try the scripting language but if you have some question or issues I will do my best to help you.
Edit : V2 Was released and it looks like that :
ChangeLogs :
AppointmentsV2.1 :
- Correct the day labels (reported by zenkinz)
- Increase the size of the days labels (requested by zenkinz)
- If the day is "Today" then the label is "Today" (requested by zenkinz)
- Increase the display to 11 lines
AppointmentsV2.2 :
- Reduce the number of days to 5 to increase the speed of the Applet
- Correct the display of the date (reported by ABCDEFGabcdefg)
AppointmentsV2.3 :
- Correct the day filter behaviour (reported and fixed by JSpeed)
- Use Device.AutoScaleValue() to set positions and width (this should give better results on QVGA phones)
- first QVGA version provided by JSpeed
AppointmentsV2.4 :
- Add orange, pink and brown bullets
- Add tomorrow label if the day is tomorrow (requested by madhatter)
- Reduce loading times (thanks to holg)
- Fix All day appointments (thanks to Jspeed)
- Auto language selection(using terms.lang.xml files)
- Spanish support (thanks to guillem6)
- German support (thanks to google translator :))
