An open API service indexing awesome lists of open source software.

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

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`.