-
-
Notifications
You must be signed in to change notification settings - Fork 73
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
Commits on Apr 3, 2023
-
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
Configuration menu - View commit details
-
Copy full SHA for 08adbda - Browse repository at this point
Copy the full SHA 08adbdaView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for 14095cc - Browse repository at this point
Copy the full SHA 14095ccView commit details
Commits on Apr 6, 2023
-
- Recursive call for Alarms - SetGeo was not a public method - Missing comma in struct creation
Configuration menu - View commit details
-
Copy full SHA for 67727dd - Browse repository at this point
Copy the full SHA 67727ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for b51e64d - Browse repository at this point
Copy the full SHA b51e64dView commit details
Commits on Apr 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6d4f14f - Browse repository at this point
Copy the full SHA 6d4f14fView commit details
Commits on Apr 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for a5a215d - Browse repository at this point
Copy the full SHA a5a215dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b2d6a1 - Browse repository at this point
Copy the full SHA 4b2d6a1View commit details
Commits on Jan 8, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for a55aac2 - Browse repository at this point
Copy the full SHA a55aac2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f3bef9 - Browse repository at this point
Copy the full SHA 5f3bef9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 55df13e - Browse repository at this point
Copy the full SHA 55df13eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e30bdf - Browse repository at this point
Copy the full SHA 9e30bdfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e96c15 - Browse repository at this point
Copy the full SHA 1e96c15View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf8d1b3 - Browse repository at this point
Copy the full SHA cf8d1b3View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.