Callist Calendar 1.2.2

Callist, a calendar app with address book integration for iPhone and iPod Touch with year, month, week and day views.

Features :

  • address book integration for fast adding of events with your contacts !
  • list based week and day views with small graphical timeline overview
  • quick preview for the year and month views (at long press) to show the first five events on a day
  • works with all iOS calendars
  • fast navigation even on older iOS devices
  • long press to quickly copy or delete events or share an event by mail
  • choose between the easy Callist event editor with template support or the standard iOS event editor
  • choice to show additional day information (day number, amount of days from today, image of the current moon phase)
  • ability to change options inside the app (powered by InAppSettingsKit )
  • week numbering based on chosen start day of the week (sunday or monday)
  • search within the currently selected year
  • text marker like marking of event titles

Using snippets ( snippets.strings )

Callist has very basic snippet support that works by transferring a set of snippets in .strings format to your iOS device.

First create a text file named snippets.strings with your snippets.
Something like this …

"mtng" = "Meeting";
"Appt" = "Appointment";
"appt" = "appointment";

When you created it, transfer it to Callist on your iOS device using the iTunes file sharing option.
The last thing you have to do is turn the snippets.strings option on in the Callist settings.
After that, when you type a key you defined, it will be replaced by the text you assigned to it.