ro
Results
2
issues of
ro
When an event is constructed as follows: ``` let mut event = Event::new(); event = event.summary("testing").starts(start_time).ends(end_time).done(); dbg!(&event.to_string()); ``` the debug clearly shows the event body as having a UID. However:...
Fix typo
1
## Fix typo (provisionning -> provisioning This pull request is a (multiple allowed): * [x] bug fix * [ ] change of existing behavior * [ ] new feature Checklist...