Basecamp Calendar Delete
Version 1
This handler will delete a calendar with the provided name. If there is no calendar with the given name an exception will be raised. In order to protect calendars that may have the same name as other calendars, if there is more than one calendar with the given name an exception will be raised.
Getting Your User Id Number
1. In a browser, login to your account. here : https://launchpad.37signals.com/basecamp/signin
2. In the url, your user id comes right after the host name. ex. https://basecamp.com/#######/etc https://hostname.com/user_id/...
Parameters
Name |
Description |
Calendar Name |
The name of the calendar you wish to delete. |
Sample Configuration
Name |
Description |
Calendar Name |
Test Calendar |
Results
This handler does not return any results.
Changelog
basecampprojectactivate_v1 (2013-06-12)
- Initial version. See README for details.
Related Handlers
- Basecamp Calendar Create
- Creates a new calendar in Basecamp.
- Basecamp Calendar Event Create
- Create an event within a calendar on Basecamp.
- Basecamp Calendar Update
- Changes the name of an existing calendar in Basecamp.
- Basecamp Project Activate
- Activates an archived project in Basecamp.
- Basecamp Project Create
- Create a new project in Basecamp.
- Basecamp Project Delete
- Delete an active project in Basecamp.
- Basecamp Project Event Create
- Create an event within a project for Basecamp.
- Basecamp Project TodoList Create
- Create a new todolist for a project in basecamp.
- Basecamp Project TodoList Delete
- Delete a todolist from a project in Basecamp.
- Basecamp Project TodoList Todo Create
- Create a new todo list for a project in basecamp.
- Basecamp Project Update
- Update an existing project in basecamp.
- Basecamp Project User Invite
- Invite a user to existing project in Basecamp.
- Basecamp Project User Remove
- Remove users from a project in Basecamp.