Table of Contents
- Creating Events
- Editing Events
- Event Properties
- Date Precision
- Parent-Child Relationships
- Deleting Events
- Exporting Events
- Tips and Best Practices
Creating Events
Method 1: From the Timeline View
- Open Timelined and navigate to the main timeline view
- Tap the “+” button in the top-right corner of the screen
- Fill in the event details (see Event Properties below)
- Tap “Save” to create the event
Method 2: Using URL Scheme
You can create events programmatically using the URL scheme. See Timelined URL scheme for detailed information.
Example:
timelined://create?title=Team Meeting&date=2024-01-15T14:30:00Z&category=Work&type=Meeting
Method 3: From Another Event (Child Event)
- Open an existing event that will be the parent
- Tap “Add Child Event” button
- Fill in the child event details
- Tap “Save” to create the child event
Note: Free users can create up to 10 events. Premium users have unlimited events.
Editing Events
How to Edit an Event
- Tap on any event in the timeline view to open the event detail view
- Tap the “Edit” button (pencil icon) in the top-right corner
- Modify any event properties you want to change
- Tap “Save” to save your changes
What Can Be Edited
All event properties can be edited:
- Title and subtitle
- Description
- Dates (start and end)
- Date precision
- Category and type
- Tags and people
- Location
- Photos
- References
- Parent-child relationships
Event Properties
Basic Information
Title
- Required: Yes
- Description: The main name of the event
- Example: “Team Meeting”, “Product Launch”, “Birthday Party”
- Tips: Keep titles concise but descriptive / Use consistent naming conventions for similar events
Subtitle
- Required: No
- Description: A short summary or tagline
- Example: “Q1 Review”, “Major Milestone”, “Important Update”
- Tips: Use subtitles to add context without cluttering the title
Description
- Required: No
- Description: Detailed description of the event
- Supports: Rich text formatting
- Tips: Include relevant details, context, and outcomes / Use formatting to organise information / Add links or references if needed
Date and Time
Start Date
- Required: Yes
- Description: When the event began or occurred
- Formats Supported:
- Full date and time:
2024-01-15T14:30:00Z - Date only:
2024-01-15 - Month and year:
2024-01 - Year only:
2024 - See: Date Precision for more details
- Full date and time:
End Date
- Required: No
- Description: When the event ended (for events with duration)
- Example: Multi-day conferences, vacations, projects
- Tips: Only add end dates for events that span multiple days
Date Precision
- Options:
- Full: Exact date and time (e.g., “January 15, 2024 at 2:30 PM”)
- Date only: Date without specific time (e.g., “January 15, 2024”)
- Month only: Month and year (e.g., “January 2024”)
- Year only: Year only (e.g., “2024”)
- Auto-detection: The app automatically detects precision based on the date format you enter (if adding event via url scheme)
Organisation
Category
- Required: No
- Description: High-level grouping for events
- Examples: Work, Personal, Travel, Health, Education
- Tips:
- Use categories to group related events
- Create categories that make sense for your use case
- See SETTINGS_USAGE.md for managing categories
Type
- Required: No
- Description: Specific classification of the event
- Examples: Meeting, Milestone, Vacation, Appointment, Project
- Tips:
- Types are more specific than categories
- Use types to further classify events within categories
- See SETTINGS_USAGE.md for managing types
Tags
- Required: No
- Description: Flexible labels for filtering and organization
- Examples: important, urgent, completed, personal, work-related
- Tips:
- Use multiple tags per event
- Tags are great for cross-cutting concerns
- See SETTINGS_USAGE.md for managing tags
People
- Required: No
- Description: Individuals associated with the event
- Examples: Team members, family members, clients
- Tips:
- Add people who were involved or present
- Useful for filtering events by person
- See SETTINGS_USAGE.md for managing people
Location
Adding a Location
- In the event form, scroll to the “Location” section
- Type an address in the search field
- Select from search results or tap directly on the map
- The location is saved with coordinates automatically
Location Features
- Search Integration: Search using Apple Maps
- Map Selection: Tap directly on the map to set coordinates
- Address Geocoding: Automatic conversion of addresses to coordinates
- Coordinate Display: Shows latitude and longitude
Removing a Location
- Clear the address field in the location section
- Or tap the “X” button next to the address field
- Save the event to remove the location
Media
Photos
- Adding Photos:
- Tap “Add Photo” in the event form
- Choose from photo library or take a new photo
- Add multiple photos per event
- Managing Photos:
- View photos in the event detail view
- Delete photos by swiping or using the delete button
- Tips:
- Photos help document events visually
- Use photos to capture important moments or documents
References
Adding References
- Title: Name of the reference (e.g., “Project Documentation”)
- URL: Web link or resource URL
- Description: Additional context about the reference
- Tips:
- Use references to link to external resources
- Great for documentation, articles, or related content
Date Precision
Understanding Date Precision
Date precision determines how dates are displayed and stored. Choose the precision that matches what you know about the event.
Precision Levels
Full Precision
- Format:
2024-01-15T14:30:00Z - Display: “January 15, 2024 at 2:30 PM”
- Use When: You know the exact date and time
- Examples: Meetings, appointments, scheduled events
Date Only Precision
- Format:
2024-01-15 - Display: “January 15, 2024”
- Use When: You know the date but not the specific time
- Examples: Birthdays, holidays, deadlines
Month Only Precision
- Format:
2024-01 - Display: “January 2024”
- Use When: You only know the month and year
- Examples: Project start months, seasonal events
Year Only Precision
- Format:
2024 - Display: “2024”
- Use When: You only know the year
- Examples: Historical events, founding years, graduation years
Automatic Precision Detection
The app automatically detects the date format and sets the appropriate precision:
- ISO 8601 → Full precision
- YYYY-MM-DD → Date only precision
- YYYY-MM → Month only precision
- YYYY → Year only precision
Best Practices
- Use the most precise date you know: Don’t guess times if you don’t know them
- Be consistent: Use similar precision for related events
- Consider context: Historical events might need year-only precision
- Update when needed: You can always change precision later if you learn more details
Parent-Child Relationships
What Are Parent-Child Relationships?
Events can have hierarchical relationships where one event (parent) contains multiple sub-events (children).
Creating Child Events
- Open the parent event in the event detail view
- Tap “Add Child Event” button
- Fill in the child event details
- Save the child event
The child event will appear nested under the parent event in the timeline.
Use Cases
- Complex Events: Break down complex events into manageable sub-events
- Example: “Conference 2024” (parent) with “Day 1 Sessions”, “Day 2 Sessions” (children)
- Project Milestones: Track project phases as child events
- Example: “Product Launch” (parent) with “Design Phase”, “Development Phase” (children)
- Event Series: Group related events together
- Example: “Vacation 2024” (parent) with “Flight”, “Hotel Check-in”, “Activities” (children)
Best Practices
- Logical Hierarchy: Keep parent-child relationships logical and meaningful
- Avoid Deep Nesting: Limit nesting to 2–3 levels for clarity
- Clear Naming: Use clear names that indicate the relationship
- Independent Events: Child events can still be filtered and searched independently
Managing Relationships
- Change Parent: Edit a child event and select a different parent
- Remove Parent: Edit a child event and clear the parent selection
- View Children: Child events appear in the parent event’s detail view
Deleting Events
How to Delete an Event
- Open the event you want to delete
- Tap “Edit” button
- Scroll to the bottom of the edit form
- Tap “Delete Event” button
- Confirm deletion in the alert dialog
Important Notes
- Deletion is permanent: Deleted events cannot be recovered
- Child Events: Deleting a parent event does not automatically delete child events (they become orphaned)
- Photos and References: All associated data (photos, references, etc.) are also deleted
Exporting Events
Export Options
Export as Image
- Open an event in the detail view
- Tap the share button (square with arrow)
- Select “Export as Image”
- Choose format and settings
- Save or share the image
Export as Markdown
- Open an event in the detail view
- Tap the share button
- Select “Export as Markdown”
- Copy or share the generated markdown
Export Content Includes
- Event title and subtitle
- Description
- Date information (formatted according to precision)
- Category and type
- Tags and people
- Location information
- References
- Child events (if any)
Tips and Best Practices
Event Organization
- Use Categories: Group related events with categories for better organization
- Apply Types: Use specific types for better classification
- Tag Liberally: Tags provide flexible filtering options
- Add People: Associate relevant individuals with events for better tracking
Date Management
- Choose Appropriate Precision: Use the most precise date you know
- Be Consistent: Use similar precision for related events
- Consider Context: Historical events might need year-only precision
- Update When Needed: You can always refine dates later
Location Usage
- Add Locations: Include locations for better context and visualization
- Use Specific Addresses: More specific addresses provide better geocoding
- Verify Coordinates: Check the map to ensure correct location
Content Quality
- Descriptive Titles: Use clear, descriptive titles
- Rich Descriptions: Add detailed descriptions with context
- Visual Documentation: Add photos to document events
- External References: Link to relevant resources and documentation
Efficiency Tips
- Use URL Scheme: Automate event creation from other apps
- Batch Creation: Create multiple related events at once
- Templates: Use similar events as templates for new events
- Quick Entry: Use shortcuts and automation for frequently created events
Troubleshooting
Can’t Create Events
- Check Event Limit: Free users are limited to 10 events
- Upgrade to Premium: Purchase premium to create unlimited events
- Check Internet: Some features require internet connectivity
Date Not Displaying Correctly
- Check Precision: Verify the date precision matches your input
- Format Issues: Ensure date format matches supported formats
- Time Zone: Dates are stored in UTC but displayed in your local timezone
Location Not Found
- Check Address Format: Use complete addresses when possible
- Try Alternative Names: Try different address formats or nearby landmarks
- Manual Selection: Use the map to manually select a location
Photos Not Uploading
- Check Permissions: Ensure photo library permissions are granted
- File Size: Large photos may take time to process
- Storage Space: Ensure you have enough storage space