DAV-smalltalk

Description

A Smalltalk implementation of WebDAV and CalDAV

Details

Source
GitHub
License
MIT
Forks
1
Created
Jan. 20, 2017
Updated
May 30, 2018

README excerpt

# 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`.
← Back to results