DSchedule: Difference between revisions

From GameBrew
(Created page with "{{Infobox homebrew | title = DSchedule | image = File:Dschedule.jpg | type = Utilities | version = 3March2008 | licence = Mixed | author = Sam...")
 
m (Text replacement - "Category:DS homebrew applications" to "")
 
(17 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Infobox homebrew
{{Infobox DS Homebrews
| title       = DSchedule
|title=DSchedule
| image       = [[File:Dschedule.jpg]]
|image=Dschedule.jpg
| type       = Utilities
|description=Organizer application compatible with ICal and Google calendar.
| version     = 3March2008
|author=Samel
| licence    = Mixed
|lastupdated=2008/03/03
| author      = Samel
|type=File Browsers
| website     = http://donotjava.netsons.org/index.php/dschedule/
|version=20080303
| download    = Media:DSchedule20080303.zip
|license=Mixed
| source      = Media:DSchedule20080303src.zip
|download=https://dlhb.gamebrew.org/dshomebrew/dschedule.7z
|website=http://donotjava.netsons.org/index.php/dschedule
|source=https://dlhb.gamebrew.org/dshomebrew/dschedule.7z
}}
}}
 
Schedule is an organizer tool for Nintendo DS. Using it, you will be able to show, create, modify and delete single events or a sequence (daily or weekly) of events. The most important feature is that this tool can import and export your calendar in .ics format. This file format is compatible with Apple iCal, Firefox Calendar Project, Google Calendar and others.
Schedule is an organizer tool for Nintendo DS. Using it, you will be able to show, create, modify and delete single events or a sequence (daily or weekly) of events.The most important feature is that this tool can import and export your calendar in .ics format. This file format is compatible with Apple iCal, Firefox Calendar Project, Google Calendar and others.


It was submitted for the Neoflash Summer Coding Compo 2007 (winner).  
It was submitted for the Neoflash Summer Coding Compo 2007 (winner).  


==Installation==
==Installation==
#Download the latest version and extract file
Download the latest version and extract file.
#Patch the nds with dldi driver and upload the directory to your card.
 
Patch the nds with [[DLDI|DLDI]] driver and upload the directory to your card.


The app require a directory in the root called "DSchedule" optionaly with a file called "dschedule.conf". In "dschedule.conf" you can set the starting calendar by writeing:
The application requires a directory in the root called DSchedule with an additional file (optional) called dschedule.conf. In dschedule.conf you can set the starting calendar by writeing:


  #Initial calendar file to load
  #Initial calendar file to load
  File:test
  File:test <br>


The file name is without ".ics"
The file name is without the .ics extension.


==User guide==
==User guide==
When the program starts, the upper screen contains the calendar of the current month. The lower screen contains a blank screen with some buttons, which from left to right:
When the program starts, the upper screen contains the calendar of the current month.  
#Show help
 
#Load events stored in .ics file
The lower screen contains a blank screen with some buttons, which from left to right:
#Save events into .ics file
 
#Enable/disable all events view (first click shows all events in calendar, second click return to the daily view)
* Show help.
#Add new event
* Load events stored in .ics file.
#Modify selected event
* Save events into .ics file.
#Delete selected event
* Enable/disable all events view (first click shows all events in calendar, second click return to the daily view).
#Scroll up on the events list
* Add new event.
#Scroll down on the events list
* Modify selected event.
#Show the previous month
* Delete selected event.
#Show the next month
* Scroll up on the events list.
#Swap upper and lower screen
* Scroll down on the events list.
* Show the previous month.
* Show the next month.
* Swap upper and lower screen.
 
===Calendar===
To load a calendar from file:


===Load a calendar===
* You need to move the .ics file into the memory card. When you try to load it, the program will ask you the path.  
To load a calendar from file, you have to move the .ics file into the memory card. When you will try to load it, the program will ask you the path. For an easier use we suggest to move the file to the memory card's root.
* For an easier use it is suggested to move the file to the memory card's root.


To load a calendar by default, you must modify the file "dschedule.conf" with a text ditor and insert the path of the file "File:".
To load a calendar by default:


This file must be in the same directory of the program on the memory  
* You must modify the file dschedule.conf with a text editor and insert the path of the file.
card.
* This file must be in the same directory of the program on the memory card.


===Save the calendar===
To save the calendar
To save the calendar you must click on the 'S' button. The program will ask you the path where to save the file.


  '''WARNING:''' if the file already exist the program will overwrite it.
* Click on the S button. The program will ask you the path where to save the file.  
* Note that if the file already exist the program will overwrite it.


==Controls==
==Controls==
Use stylus to add,delete and modify events in the calendar, swap screen to change current displayed day.
Stylus - Add/delete/modify events in the calendar (swap screen to change current displayed day)


A - to show all events
A - Show all events


==Changelog==
==Changelog==
'''updated'''
'''Updated'''
* weekly events bug corrected
* Weekly events bug corrected.
[[Category:Homebrew applications]]
 
==External links==
* Author's website - http://donotjava.netsons.org/index.php/dschedule
 
 
[[Category:Utility homebrews on DS]]

Latest revision as of 07:12, 1 May 2024

DSchedule
Dschedule.jpg
General
AuthorSamel
TypeFile Browsers
Version20080303
LicenseMixed
Last Updated2008/03/03
Links
Download
Website
Source

Schedule is an organizer tool for Nintendo DS. Using it, you will be able to show, create, modify and delete single events or a sequence (daily or weekly) of events. The most important feature is that this tool can import and export your calendar in .ics format. This file format is compatible with Apple iCal, Firefox Calendar Project, Google Calendar and others.

It was submitted for the Neoflash Summer Coding Compo 2007 (winner).

Installation

Download the latest version and extract file.

Patch the nds with DLDI driver and upload the directory to your card.

The application requires a directory in the root called DSchedule with an additional file (optional) called dschedule.conf. In dschedule.conf you can set the starting calendar by writeing:

#Initial calendar file to load
File:test 

The file name is without the .ics extension.

User guide

When the program starts, the upper screen contains the calendar of the current month.

The lower screen contains a blank screen with some buttons, which from left to right:

  • Show help.
  • Load events stored in .ics file.
  • Save events into .ics file.
  • Enable/disable all events view (first click shows all events in calendar, second click return to the daily view).
  • Add new event.
  • Modify selected event.
  • Delete selected event.
  • Scroll up on the events list.
  • Scroll down on the events list.
  • Show the previous month.
  • Show the next month.
  • Swap upper and lower screen.

Calendar

To load a calendar from file:

  • You need to move the .ics file into the memory card. When you try to load it, the program will ask you the path.
  • For an easier use it is suggested to move the file to the memory card's root.

To load a calendar by default:

  • You must modify the file dschedule.conf with a text editor and insert the path of the file.
  • This file must be in the same directory of the program on the memory card.

To save the calendar:

  • Click on the S button. The program will ask you the path where to save the file.
  • Note that if the file already exist the program will overwrite it.

Controls

Stylus - Add/delete/modify events in the calendar (swap screen to change current displayed day)

A - Show all events

Changelog

Updated

  • Weekly events bug corrected.

External links

Advertising: