@roman-16/proton-cli-win32-x64 2.1.1 → 2.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -1
- package/bin/proton-cli.exe +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -100,10 +100,12 @@ Revisions, sharing with people, and photo albums. → [Drive](https://github.com
|
|
|
100
100
|
proton-cli calendar events list --start 2026-04-15 --end 2026-04-30
|
|
101
101
|
proton-cli calendar events create --title Dentist --start 2026-04-16T14:00 --duration 1h
|
|
102
102
|
proton-cli calendar events create --title Standup --start 2026-04-16T09:00 --duration 15m --rrule "FREQ=WEEKLY;COUNT=10" --remind 15m
|
|
103
|
+
proton-cli calendar events update 4f2a1b9c@2026-04-22T09:00 --start 2026-04-22T10:30
|
|
104
|
+
proton-cli calendar events delete 4f2a1b9c@2026-05-04T09:00 --future
|
|
103
105
|
proton-cli calendar events respond "Team sync" --status accept
|
|
104
106
|
```
|
|
105
107
|
|
|
106
|
-
|
|
108
|
+
Recurring events occurrence by occurrence, your own calendars, all-day events, and attendees. → [Calendar](https://github.com/roman-16/proton-cli/blob/main/docs/commands/calendar.md)
|
|
107
109
|
|
|
108
110
|
### Pass
|
|
109
111
|
|
package/bin/proton-cli.exe
CHANGED
|
Binary file
|