Basecamp Calendar Update
Version 1
This handler allows you to update the name of a current calendar. There must be exactly one calendar with the given name, and no calendars with the new project name, or 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 change the name of. |
New Calendar Name |
The new name of the defined calendar. |
Sample Configuration
Name |
Description |
Calendar Name |
Temporary Calendar |
New Calendar Name |
Permanent Calendar |
Results
This handler does not return any results.
Changelog
basecampcalendarupdate_v1 (2013-06-20)
- Initial version. See README for details.
Related Handlers
- Basecamp Calendar Create
- Creates a new calendar in Basecamp.
- Basecamp Calendar Delete
- Deletes an existing calendar in Basecamp.
- Basecamp Calendar Event Create
- Create an event within a calendar on 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.