| Home | Forums | Register | FAQ | Search | Today's Posts | Mark Forums Read |
|
Welcome to the misticriver forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact contact us. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Almost all popular calendar programs can handle the iCalendar (*.ics) format in one way or another.
The basic structure of such file is as follows: Code:
BEGIN:VCALENDAR VERSION:2.0 METHOD:PUBLISH BEGIN:VEVENT UID: DTSTAMP:20060310T000701 DTSTART:20060216T091500 DTEND:20060216T111500 SUMMARY:summary or subject LOCATION:location DESCRIPTION:description text END:VEVENT BEGIN:VEVENT UID: DTSTAMP:20060310T000701 DTSTART:20060216T124500 DTEND:20060216T141500 SUMMARY:summary or subject LOCATION:location DESCRIPTION:description END:VEVENT END:VCALENDAR more info: link or if you're really hardcore: link By default outlook can only export one appointment at a time. To export multiple appointments take a look at this script Last edited by salival : March 9th, 2006 at 03:22 PM. |
|
|||
|
I have some issues using the onscreen keyboard in this app.
At least in my case, moving around is very buggy. Meaning the selection of letters is illogical. If you push up you expect to go to one of the letters above that one, not to three letters away. (ex: If I have the 'f' selected and push up, I expect to select the 'r' and not the 'e'.) The same issue doesn't occur in rockword, although that keyboard isn't always logical in it's movement either. forgot to add: I'm using the 1.06 exp. build Last edited by salival : March 13th, 2006 at 02:30 PM. |
|
|||
|
Quote:
aside from that, Love the plugin great job with it!!! Tpyo |
|
|||
|
RockCalendar on X5
Hi,
sorry for posting this in an iriver forum. But I have no clue how contact the dev in another way. My question is: Is the RockCalendar now supporting the X5 or not? The Flyspray page (http://www.rockbox.org/tracker/task/4760) at least says so. And when how must this plugin files (*.c) being compiled to work out as an *.rock file. Or do u have to compile them into the whole rockbox, if then how? thx. Edit: I compiled it and it works... but u I had to remove the if Section in apps/plugins/SOURCES to make it work. If not it compiles but says incompatible model. Last edited by maestro : May 19th, 2006 at 06:20 PM. |
|
|||
|
Hi,
First of all, this plugin looks great and I'm looking forward to using it if possible. Which brings me to my question, will this program (ever) be ported to the IPod nano, or is that impossible? |
|
|||
|
Quote:
__________________
![]() Settle down... |
|
|||
|
I know this is an iriver forum, and felt a little strange about asking this question here, but this thread seems to be a lot more active than the thread on the other forum mentioned in the flyspray page of the RockCalendar plugin.
Since the plugin page says that both the iPod 4G and the iPod Color are supported, I was wondering if there was any specific reason the page didn't mention the iPod nano (or if it just hasn't been ported yet). So I was hoping someone here could tell me more... Thanks, Bas (semi-crazed iPod person :P) |
|
|||
|
Any chance of a H10 5GB version? Many plugins aren't on it yet, so any chance?
EDIT: lol spam, anyone? EDIT2: lol more spam?
__________________
![]() [iriverWiki] [H10 Tips & Tricks] [EasyH10] | Slimline Sig Supporter.
[Rockbox]: [Angryman's H10 Build (BACK!)] [Font Convertor] Last edited by iwantanimac : February 4th, 2007 at 01:18 AM. |
|
|||
|
I wonder if RockCalendar is still being maintained... I've been having problem compiling builds after 13592 (from 13724):
... CC rockcalendar.c rockcalendar.c: In function `read_notes': rockcalendar.c:790: warning: passing arg 2 of pointer to function makes pointer from integer without a cast rockcalendar.c: In function `save_notes': rockcalendar.c:867: warning: passing arg 2 of pointer to function makes pointer from integer without a cast rockcalendar.c: In function `menu_navigate': rockcalendar.c:1742: warning: passing arg 2 of pointer to function makes pointer from integer without a cast rockcalendar.c:1768: warning: passing arg 2 of pointer to function makes pointer from integer without a cast rockcalendar.c:1799: warning: passing arg 2 of pointer to function makes pointer from integer without a cast rockcalendar.c: In function `calen_start': rockcalendar.c:2318: warning: passing arg 2 of pointer to function makes pointer from integer without a cast LD rockcalendar.elf ~/rockbox/build/apps/plugins/rockcalendar.o: In function `keyboard_loop': rockcalendar.c rockcalendar.c rockcalendar.c rockcalendar.c rockcalendar.c ~/rockbox/build/apps/plugins/rockcalendar.o:rockc alendar.c collect2: ld returned 1 exit status make[2]: *** [~/rockbox/build/apps/plugins/rockcalendar.elf] Error 1
__________________
[IHP-140] -> [SuperMacro-3] -> [MDR-E484]/[ER-4P -> ER4P-24]/[ATH-W5000] Last edited by crypt@ : July 3rd, 2007 at 03:33 AM. Reason: touch... |
|
|||
|
Still no go w/ 13770...
~/rockbox/build/apps/plugins/rockcalendar.o: In function `keyboard_loop': rockcalendar.c rockcalendar.c rockcalendar.c rockcalendar.c rockcalendar.c ~/rockbox/build/apps/plugins/rockcalendar.o:rockc alendar.c collect2: ld returned 1 exit status make[2]: *** [~/rockbox/build/apps/plugins/rockcalendar.elf] Error 1
__________________
[IHP-140] -> [SuperMacro-3] -> [MDR-E484]/[ER-4P -> ER4P-24]/[ATH-W5000] |