https://github.com/codezeilen/dav-smalltalk
A Smalltalk implementation of WebDAV and CalDAV
https://github.com/codezeilen/dav-smalltalk
Last synced: 4 months ago
JSON representation
A Smalltalk implementation of WebDAV and CalDAV
- Host: GitHub
- URL: https://github.com/codezeilen/dav-smalltalk
- Owner: codeZeilen
- License: mit
- Created: 2017-01-20T20:39:46.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-06-14T14:08:33.000Z (over 6 years ago)
- Last Synced: 2025-03-04T08:15:17.581Z (10 months ago)
- Language: Smalltalk
- Size: 31.3 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DAV-smalltalk
A Smalltalk implementation of WebDAV and CalDAV
## Setup
### Google Client
In order to get the Google client to work, you need to provide your client id and secret as described here: https://developers.google.com/google-apps/calendar/caldav/v2/guide
Put the client id into `GoogleCalDAVClient>>#clientId` and the client secret into `GoogleCalDAVClient>>#clientKey`.