Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pull 66 add todo journal #84

Merged
merged 13 commits into from
Jan 8, 2024
Merged

Pull 66 add todo journal #84

merged 13 commits into from
Jan 8, 2024

Commits on Apr 3, 2023

  1. Add Todo and Journal Property Methods

    - Add methods for VTodo and VJournal
    - Changed the shared properties to be attached to the ComponentBase
      so those methods don't need to be repeated across all attributes
      that share them
    - If a property is shared across some, but not all components, then
      it's a private method on the ComponentBase and public method on
      the Components (eg LOCATION for Event and Todo but not Journal)
    - Shifted position of some Event methods in the file to live after
      the VEvent struct
    spslater committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    08adbda View commit details
    Browse the repository at this point in the history
  2. Add Alarm, Timezone, and FreeBusy Property Methods

    - Add methods for Alarm, Timezone, and FreeBusy
    - Only methods for creating and adding right now, will add methods
      for the properties unique to them later
    spslater committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    14095cc View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. Fix Typos in a couple places

    - Recursive call for Alarms
    - SetGeo was not a public method
    - Missing comma in struct creation
    spslater committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    67727dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b51e64d View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. Configuration menu
    Copy the full SHA
    6d4f14f View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. Configuration menu
    Copy the full SHA
    a5a215d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b2d6a1 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. Merge remote-tracking branch 'origin/pull-66-add-todo-journal-orphan'…

    … into pull-66-add-todo-journal
    
    * origin/pull-66-add-todo-journal-orphan:
      Add changes for All Day Events to All Day Todos
      Add Comment and Category Properties to Components
      Fix Typos in a couple places
      Add Alarm, Timezone, and FreeBusy Property Methods
      Add Todo and Journal Property Methods
    
    # Conflicts:
    #	calendar.go
    #	components.go
    arran4 committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    a55aac2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f3bef9 View commit details
    Browse the repository at this point in the history
  3. Consistent todo receiver

    arran4 committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    55df13e View commit details
    Browse the repository at this point in the history
  4. Ignore explicitly

    arran4 committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    9e30bdf View commit details
    Browse the repository at this point in the history
  5. Consistent receivers.

    arran4 committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    1e96c15 View commit details
    Browse the repository at this point in the history
  6. Ignore explicitly

    arran4 committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    cf8d1b3 View commit details
    Browse the repository at this point in the history