ApyHub Generate iCal (Independent Publisher) (Preview)
ApyHub is the a service utility belt that helps developers save time and boost efficiency. Included are actions creating iCalendar file and URL address.
This connector is available in the following products and regions:
Service | Class | Regions |
---|---|---|
Logic Apps | Standard | All Logic Apps regions except the following: - Azure Government regions - Azure China regions - US Department of Defense (DoD) |
Power Automate | Premium | All Power Automate regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Power Apps | Premium | All Power Apps regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Contact | |
---|---|
Name | Troy Taylor |
URL | https://www.hitachisolutions.com |
ttaylor@hitachisolutions.com |
Connector Metadata | |
---|---|
Publisher | Troy Taylor |
Website | https://apyhub.com/utility/generator-ical |
Privacy policy | https://apyhub.com/privacy |
Categories | Collaboration;Content and Files |
Creating a connection
The connector supports the following authentication types:
Default | Parameters for creating connection. | All regions | Not shareable |
Default
Applicable: All regions
Parameters for creating connection.
This is not shareable connection. If the power app is shared with another user, another user will be prompted to create new connection explicitly.
Name | Type | Description | Required |
---|---|---|---|
Token Secret | securestring | The Token Secret for this api | True |
Throttling Limits
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 100 | 60 seconds |
Actions
Get i |
Generates an iCalendar file for the given parameters. |
Get i |
Retrieve an iCalendar URL address for the given parameters. |
Get iCal file
Generates an iCalendar file for the given parameters.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Output
|
output | string |
The output file name. |
|
Summary
|
summary | string |
The summary or title of the calendar event. |
|
Description
|
description | string |
The description of the calendar event. |
|
Organizer Email
|
organizer_email | string |
The email of the organizer of the event. |
|
Attendees Emails
|
attendees_emails | array of string |
The emails of the event attendees. |
|
Location
|
location | string |
The location of the event. |
|
Timezone
|
time_zone | string |
The timezone for the event. |
|
Start Time
|
start_time | string |
The start time of the event. |
|
End Time
|
end_time | string |
The end time of the event. |
|
Meeting Date
|
meeting_date | string |
The meeting date, in the format DD-MM-YYYY. |
|
Recurring
|
recurring | boolean | ||
Frequency
|
frequency | string |
The recurrence frequency. |
|
Count
|
count | integer |
The number of times this even should recur. |
Returns
- response
- string
Get iCal URL
Retrieve an iCalendar URL address for the given parameters.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Output
|
output | string |
The output file URL address. |
|
Summary
|
summary | string |
The summary or title of the calendar event. |
|
Description
|
description | string |
The description of the calendar event. |
|
Organizer Email
|
organizer_email | string |
The email of the organizer of the event. |
|
Attendees Emails
|
attendees_emails | array of string |
The emails of the event attendees. |
|
Location
|
location | string |
The location of the event. |
|
Timezone
|
time_zone | string |
The timezone for the event. |
|
Start Time
|
start_time | string |
The start time of the event. |
|
End Time
|
end_time | string |
The end time of the event. |
|
Meeting Date
|
meeting_date | string |
The meeting date, in the format DD-MM-YYYY. |
|
Recurring
|
recurring | boolean | ||
Frequency
|
frequency | string |
The recurrence frequency. |
|
Count
|
count | integer |
The number of times this even should recur. |
Returns
Name | Path | Type | Description |
---|---|---|---|
Data
|
data | string |
The URL address. |
Definitions
string
This is the basic data type 'string'.