You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Say I have a bunch of events with the same title, say 'Cancel Prime', and I issue:
gcalcli edit "Cancel Prime"
This would lead to gcalcli going one by one through the list of all events matching that text. I was wondering if while doing the search with gcalcli agenda, the events can be identified with 7 chars of some hash (like git), it would make it very easy for people to edit an event, since it will be uniquely identified. For now, we can prune the search only with start and end.
Anyway, thanks for all the work!
The text was updated successfully, but these errors were encountered:
m-chaturvedi
changed the title
Editing based on uniq idetifiers?
Editing based on unique identifiers?
Feb 24, 2024
Say I have a bunch of events with the same title, say 'Cancel Prime', and I issue:
This would lead to
gcalcli
going one by one through the list of all events matching that text. I was wondering if while doing the search withgcalcli agenda
, the events can be identified with 7 chars of some hash (like git), it would make it very easy for people to edit an event, since it will be uniquely identified. For now, we can prune the search only withstart
andend
.Anyway, thanks for all the work!
The text was updated successfully, but these errors were encountered: