List Discord guild event in wordpress page -- 2
Budget: $30 – $250 USD
Hi
I would like help with anyone that can build a plugin events that we create on discord.
So events get created on discord and then gets created and published as a post with events as categori on wordpress
on discord, when the date have passed the event dissapears. i want the event post to still be in the list. (role x shall be able to delete it. but not all)
the event post:
when you are in the event you see (all this exists in the api)
* name of event is the name/subject of the post
*add picture
*date and time in local time with timestamp
*end date and time
*description of the event
*number of users subscribe to event
want to be able to put some more info in the posts on wordpress
more information about the api is here
https://discord.com/developers/docs/resources/guild-scheduled-event#list-scheduled-events-for-guild
our homepage is 7hillsindustries.com
Guild Scheduled Event Object
Guild Scheduled Event Structure
FIELD TYPE DESCRIPTION
id snowflake the id of the scheduled event
guild_id snowflake the guild id which the scheduled event belongs to
channel_id ** ?snowflake the channel id in which the scheduled event will be hosted, or null if scheduled entity type is EXTERNAL
creator_id? * ?snowflake the id of the user that created the scheduled event *
name string the name of the scheduled event (1-100 characters)
description? ?string the description of the scheduled event (1-1000 characters)
scheduled_start_time ISO8601 timestamp the time the scheduled event will start
scheduled_end_time ** ?ISO8601 timestamp the time the scheduled event will end, required if entity_type is EXTERNAL
privacy_level privacy level the privacy level of the scheduled event
status event status the status of the scheduled event
entity_type scheduled entity type the type of the scheduled event
entity_id ?snowflake the id of an entity associated with a guild scheduled event
entity_metadata ** ?entity metadata additional metadata for the guild scheduled event
creator? user object the user that created the scheduled event
user_count? integer the number of users subscribed to the scheduled event
image? ?string the cover image hash of the scheduled event
I would like help with anyone that can build a plugin events that we create on discord.
So events get created on discord and then gets created and published as a post with events as categori on wordpress
on discord, when the date have passed the event dissapears. i want the event post to still be in the list. (role x shall be able to delete it. but not all)
the event post:
when you are in the event you see (all this exists in the api)
* name of event is the name/subject of the post
*add picture
*date and time in local time with timestamp
*end date and time
*description of the event
*number of users subscribe to event
want to be able to put some more info in the posts on wordpress
more information about the api is here
https://discord.com/developers/docs/resources/guild-scheduled-event#list-scheduled-events-for-guild
our homepage is 7hillsindustries.com
Guild Scheduled Event Object
Guild Scheduled Event Structure
FIELD TYPE DESCRIPTION
id snowflake the id of the scheduled event
guild_id snowflake the guild id which the scheduled event belongs to
channel_id ** ?snowflake the channel id in which the scheduled event will be hosted, or null if scheduled entity type is EXTERNAL
creator_id? * ?snowflake the id of the user that created the scheduled event *
name string the name of the scheduled event (1-100 characters)
description? ?string the description of the scheduled event (1-1000 characters)
scheduled_start_time ISO8601 timestamp the time the scheduled event will start
scheduled_end_time ** ?ISO8601 timestamp the time the scheduled event will end, required if entity_type is EXTERNAL
privacy_level privacy level the privacy level of the scheduled event
status event status the status of the scheduled event
entity_type scheduled entity type the type of the scheduled event
entity_id ?snowflake the id of an entity associated with a guild scheduled event
entity_metadata ** ?entity metadata additional metadata for the guild scheduled event
creator? user object the user that created the scheduled event
user_count? integer the number of users subscribed to the scheduled event
image? ?string the cover image hash of the scheduled event