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
I'd like to CRUD "Focus Time" or "Out of Office" events, which live in the eventTypes object, e.g.
When I gcalcli agenda --type "all" --tsv,
Then I would see something along the lines of
2024-07-12 00:00 2024-07-13 default 00:00 Home
2024-07-12 08:30 2024-07-12 default 09:00 Meet with FOO
2024-07-12 08:45 2024-07-12 FocusTime 09:00 Write the BAR report
2024-07-12 09:00 2024-07-12 OutOfOffice 09:30 Work out with BAZ
Alternately,
When I gcalcli agenda --type "FocusTime" --tsv,
Then I would see only
2024-07-12 08:45 2024-07-12 FocusTime 09:00 Write the BAR report
The text was updated successfully, but these errors were encountered:
jonathanpberger
changed the title
Hooks into eventTypes (e.g. "Out of Office" or "Focus Time")
FEATURE REQUEST: Hooks into eventTypes (e.g. "Out of Office" or "Focus Time")
Jul 12, 2024
Adding to agenda and search subcommands the ability to search by eventTypes
Adding details handlers in gcalcli.details to expose the eventType data for each event to the user. Setting eventType via the patch action is not allowed, but via insert action is.
I'd like to CRUD "Focus Time" or "Out of Office" events, which live in the
eventTypes
object, e.g.When I
gcalcli agenda --type "all" --tsv
,Then I would see something along the lines of
Alternately,
When I
gcalcli agenda --type "FocusTime" --tsv
,Then I would see only
The text was updated successfully, but these errors were encountered: