Files
memory-infrastructure-palace/docs/projects/memorypalace/Apple Notes/Run through the calendar adding an event.md

1.6 KiB

  • Non-recurring event
  • Recurring events detailed below ():
- [ ] Monthly - - Make sure saves correctly and we add in events correctly to the calendar with no extra api calls (use the return objects) - - Adjustments as necessary to make the above work
  • Annually

    • Make sure saves correctly and we add in events correctly to the calendar with no extra api calls (use the return objects)
    • Adjustments as necessary to make the above work
  • Daily

    • Make sure saves correctly and we add in events correctly to the calendar with no extra api calls (use the return objects)
    • Adjustments as necessary to make the above work
  • Weekly

    • Make sure saves correctly and we add in events correctly to the calendar with no extra api calls (use the return objects)
    • Adjustments as necessary to make the above work </Recurring Events>
  • In addition we need to be saving the data for recurring and right now I am not sure if Harry is doing so. May need to co-ordinate with him to see how best to send up and receive the information so we can populate the recurring section of the event so the user does not think it is a single event

  • When a user edits or deletes a recurring event we need a dialog to show asking if it is only this event or all events in the series

  • If only this event use the events id to delete

  • If its the series use the events recurring_id to delete

^- About the above, we are already popping up a modal so we may need to get cleaver as calling another modal will dismiss the event modal I believe.