Skip to content

Commit

Permalink
Ready for release
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenvanassche committed Jan 17, 2020
1 parent 7abf9d6 commit 9780150
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog

All notable changes to `Calendar` will be documented in this file
All notable changes to `icalendar-generator` will be documented in this file

## 1.0.0 - 201X-XX-XX
## 1.0.0 - 2020-01-17

- initial release
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ Event::create()
...
```

You can set the organizer of an event, the email address is required the name can be omitted:
You can set the organizer of an event, the email address is required but the name can be omitted:

``` php
Event::create()
Expand All @@ -144,7 +144,7 @@ Event::create()
...
```

Yoy can also set the participation status of an attendee:
You can also set the participation status of an attendee:

``` php
Event::create()
Expand Down Expand Up @@ -330,6 +330,10 @@ It is possible to create your subcomponents by extending the `Component` class.
composer test
```

### Alternatives

We strive for a simple and easy to use API, want something more? Then check out these this [package](https://github.com/markuspoerschke/iCal) by markus poerschke.

### Changelog

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
Expand Down
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@
"description": "Build calendars in the iCalendar format",
"keywords": [
"spatie",
"Calendar"
"calendar",
"ics",
"ical",
"icalendar",
],
"homepage": "https://github.com/spatie/icalendar-generator",
"license": "MIT",
Expand Down

0 comments on commit 9780150

Please sign in to comment.